Next action to be performed by merchant (or consumer) to complete the payment.
redirect
Parameter
Type
Description
Constraints
Required
url
String
URL where consumer should be redirected to by the merchant to perform the payment.
refund
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.
✅
payment
Parameter
Type
Description
Constraints
Required
id
String(36)
Payment unique identifier.
✅
type
String
The type of payment.
The possible values are: bancontact, creditcard, ideal, paypal, giropay.
✅
status
String
OPEN - Payment has been created. This is the initial status. SUCCESS - Payment has succeeded. CANCELLED - Payment has not succeeded; cancelled by the consumer. EXPIRED - Payment has not succeeded; expired. FAILURE - Payment has not succeeded; unknown reason. AUTHORIZED - Payment is authorized. PENDING - Payment could not be completed yet; waiting for something. CHARGEBACK - Payment chargeback was created.