An identifier specified by you. If webhooks were specified in the request this identifier is added to the webhook request payload.
amount
Int(1...99999999)
Integer representing the amount of the checkout. Denomination in the smallest currency subunit (e.g. eurocents).
currency
String (ISO 4217)
Currency code.
ISO 4217 currency code.
purchaseId
String(1...35)
Identification of the order within your system. Ultimately appears on the payment confirmation (statement and confirmation screen).
description
String(1...255)
Description of the transaction.
size
Int(100...2000)
Determines the size of the image in pixels. (e.g. A size of 200 will produce an image of ~200x200 pixels)
expiresAt
String(RFC3339)
Expiration time.
status
String
OPEN - Transaction has been created. This is the initial status. SUCCESS - Transaction successfully paid. CANCELLED - Transaction has been cancelled by your customers. EXPIRED - Transaction has not succeeded; expired. FAILURE - Transaction has not succeeded; unknown reason.
Specifies a URL where your customers will be redirected to (per transaction status) when the payment process is completed. For example, your customers will be redirected to returnUrls.success when the status of the transaction changes to SUCCESS.
Either returnUrl or returnUrls must be specified, but not both.
Client error response (See message for details). This response is given when the User input was incorrect or something illegal was attempted (eg. using a service without having that service configured for the user, or not being authorized).