A GUID string that is unique and private to you as a merchant. Do not share this key, keep it safe. Example 283b1550-ed02-4aee-8529-38a8ae90f10e.
transaction_id
The public identifier of the transaction.
merchant_reference
The private reference of the transaction as provided by the transaction response.
Response
{
"status": "success",
"name": "A. van Dijk",
"iban": "NL45INGB0000012345"
}
Parameters
📘
Only those values that are available will be represented in the response.
Parameter
Description
status
Either open, success, cancelled, failure, expired. If the status is open, then the information was not yet available. Please try again after a few more seconds or fail. If the status is success then you can expect the requested information to be present. A status of cancelled means that the user has cancelled the flow.
bin
When identity was requested, this will be a consistent identifier for this user. If identity was not requested, then this will differ every single time. /[a-zA-Z]{6,6}.*/. Up to 256 characters.
name
A description of the name of the customer. Usually consists of initials and last name.
iban
The IBAN account number. /[A-Z]{2}\d{2}\s?([0-9a-zA-Z]\s?){20}/.