Object Structure
{
"additional_information": "CM Payment for Order 56",
"name": "CMC COMPANY",
"payer_bank": {
"account_number": "1112019837840",
"address": null,
"bank_codes": {
"swift_code": "AJUM7CHBKXXX"
},
"name": "C Bank"
},
"reference_id": ""
}
Object Parameters
Payer Details
Field | Type | Description |
---|---|---|
additional_information | string | Additional information about the payment (e.g., payment reference). |
name | string | Name of the payer. |
payer_bank | object | Payer’s bank details (See Payer Bank Table). |
reference_id | string | Reference identifier for the payer’s transaction. |
payer_wallet | object | Payer's wallet details (See Payer's wallet table) |
Payer Bank
Field | Type | Description |
---|---|---|
account_number | string | The payer’s bank account number. |
address | object/null | The payer’s bank address, if provided. |
bank_codes | object | The payer’s bank codes. |
name | string | The payer’s bank name. |
Payer Wallet
id | string | The unique identifier of the wallet. |
---|---|---|
type | string | The blockchain or wallet type (e.g., ethereum). |
deposit_address | string | The deposit address of the wallet. |