RefundInformation
Refund common information.
Refund id generated during creation.
112233
Customer id.
10001
The account funding the refund. Account id deduced from the relevant deposit.
2100002
Slip identifier. Slip contains list of transactions associated with the withdrawal operations.
5009964049
Deposit funding transaction id.
500005
Refund funding transaction id.
500005
Represents RFC 3339, section 5.6 date-time.
2021-07-15T17:54:12Z
Enumeration of supported Payment Option Types
Possible values: [RAPID_TRANSFER
, BANK_TRANSFER
, OFFLINE_BANK_TRANSFER
, CARD
, PAYSAFECASH
, PAGO_EFECTIVO
]
CARD
The payment status:
PREVIEW
- Payment preview.PENDING
- Payment transaction is created and further action is required by the customer.PROCESSING
- Payment is scheduled for processing by the payment provider.COMPLETED
- Payment is completed. Note that some transactions might be completed from Embedded Wallet point of view, but not from customer point of view, since money movement might take some time outside of the Embedded Wallet network.FAILED
- Payment has failed. Check STATUS_REASON property for details.CANCELLED
- Payment have been cancelledREFUNDED
- Payment has been refunded. Valid only for deposits.
Possible values: [PREVIEW
, PENDING
, PROCESSING
, COMPLETED
, FAILED
, CANCELLED
, REFUNDED
]
COMPLETED
Status reason for FAILED transaction.
Possible values: <= 60 characters
Provides the next possible status update the client can request, depending on the chosen payment type and option.
Possible values: [PREVIEW
, PENDING
, PROCESSING
, COMPLETED
, FAILED
, CANCELLED
, REFUNDED
]
{
"id": "112233",
"customerId": "10001",
"accountId": "2100002",
"slipId": "5009964049",
"fundingTransactionId": "500005",
"refundTransactionId": "500005",
"creationTime": "2021-07-15T17:54:12Z",
"expirationTime": "2021-07-15T17:54:12Z",
"paymentOption": "CARD",
"status": "COMPLETED",
"statusReason": "string",
"nextStatus": [
"COMPLETED"
]
}