Schemas used in requests/responses of our API:
Parameter | Type | Description | Constraints | Required |
---|
success | String(1...2000) | Return URL to use when the transaction succeeds. | | ✅ |
cancelled | String(1...2000) | Return URL to use when the transaction is cancelled. | | ✅ |
expired | String(1...2000) | Return URL to use when the transaction is expired. | | ✅ |
failed | String(1...2000) | Return URL to use when the transaction is failed. | | ✅ |
Parameter | Type | Description | Constraints | Required |
---|
redirect | redirect Object | Next action to be performed by merchant (or consumer) to complete the payment. | | |
Parameter | Type | Description | Constraints | Required |
---|
url | String | URL where consumer should be redirected to by the merchant to perform the payment. | | |
Parameter | Type | Description | Constraints | Required |
---|
name | String | Customer name. | | |
bic | String(8...11) | Bank Identification Code used by the customer. | | |
iban | String | IBAN used by the customer. | | |
Parameter | Type | Description | Constraints | Required |
---|
refundedAmount | Int(0...99999999) | Amount in the smallest currency subunit, as for example eurocents, that has already been refunded. | | ✅ |
refundedPendingAmount | Int(1...99999999) | Amount in the smallest currency subunit, as for example eurocents, that has been requested to be refunded. | | ✅ |