Introduction
Card is one of the payment methods available in the create payment service. The debt is paid by a credit card.
Status
| Status | Reason | Description |
|---|---|---|
| Opened | The order was created and inprogress. | |
| Authorized | The order was authorized. | |
| Collected | The order was created and paid for. | |
| Cancelled | The state of an Opened order that expired or was cancelled by calling cancelation operation. | |
| Voided | The state of an Authorized order that expired or was voided by calling cancelation operation. | |
| Failed | Rejected | The transaction was declined. The acquirer does not allow this transaction to be processed. |
| Failed | InsufficientFunds | The transaction was declined because the card has insufficient Funds. Please, try a different card. |
| Failed | InvalidCard | The transaction was declined because the card details are invalid. Please, try again. |
| Failed | Referred | The transaction was declined. The customer should contact their bank. |
| Failed | ExpiredCard | The transaction was declined because the card is expired.Please, try a different card. |
| Failed | InvalidConfiguration | The transaction was declined due to a processing error. Contact koin for more details |
| Failed | Undefined | The transaction was declined due to an unexpected error. |
| Failed | StolenCard | The transaction was declined because the card is reported as stolen, related to fraud. Please, try a different card. |
| Failed | Connection Rejected | The transaction was declined due to a processing error. The acquirer and supplier are working on it. |
| Failed | InvalidData | The transaction was declined due to a processing error. Contact koin for more details |
When the order status changes a webhook notification will be sent.
