sepaObject
sepa object
These are the details of the sepa account used for the transaction.
This is an alias for this bank account.
Possible values: <= 50 characters
Sally's Barclays AccountThis is the name of the customer or company that owns the bank account.
Possible values: <= 32 characters
XYZ CompanyThis is the Bank Identifier Code for the consumer's bank account.
Possible values: >= 8 characters and <= 11 characters
ABNANL2APIPThis is the International Bank Account Number for the costumer's bank account.
Possible values: >= 8 characters and <= 34 characters
DE89370400440532013000mandate objectrequired
Contains customer bank's mandate details
This is the id of the mandate that got created.
abcdc28d-486e-4b0a-bbf9-314033863542This is the identifier of the mandate in the banking system.
ABCDEF0796This is the status of the mandate request response.
Possible values: [PENDING, ACTIVE, CANCELLED, INACTIVE]
This is the status reason of the mandate request response.
Possible values: [MERCHANT_CANCELLED, BANK_CANCELLED, DECLINED, REJECTED, DISPUTED, UNAUTHORIZED, TRANSFERRED]
MERCHANT_CANCELLEDThese are the last two digits of the iban.
Possible values: <= 2 characters
11mandates object[]
This is the id of the mandate that got created.
abcdc28d-486e-4b0a-bbf9-314033863542This is the identifier of the mandate in the banking system.
ABCDEF0796This is the status of the mandate request response.
Possible values: [PENDING, ACTIVE, CANCELLED, INACTIVE]
This is the status reason of the mandate request response.
Possible values: [MERCHANT_CANCELLED, BANK_CANCELLED, DECLINED, REJECTED, DISPUTED, UNAUTHORIZED, TRANSFERRED]
MERCHANT_CANCELLED{
"sepa": {
"nickName": "Sally's Barclays Account",
"accountHolderName": "XYZ Company",
"bic": "ABNANL2APIP",
"iban": "DE89370400440532013000",
"mandate": {
"id": "abcdc28d-486e-4b0a-bbf9-314033863542",
"reference": "ABCDEF0796",
"status": "PENDING",
"statusReason": "MERCHANT_CANCELLED"
},
"lastDigits": "11"
},
"mandates": [
{
"id": "abcdc28d-486e-4b0a-bbf9-314033863542",
"reference": "ABCDEF0796",
"status": "PENDING",
"statusReason": "MERCHANT_CANCELLED"
}
]
}