PH Bank account Transaction Details
Details about a payment with customer's PH Bank account.
instrumentIdstring
Instrument ID.
Example:
123456789instrumentTypestring
Represents the type of an instrument.
| Value | Description |
|---|---|
| CARD | Card |
| PREPAID_CARD | Prepaid Card |
| SEPA_BANK_ACCOUNT | SEPA Bank account |
| US_BANK_ACCOUNT | US Bank account |
| UK_BANK_ACCOUNT | UK Bank account |
| CCI_BANK_ACCOUNT | CCI Bank account |
| BR_BANK_ACCOUNT | BR Bank account |
| PH_BANK_ACCOUNT | PH Bank account |
Possible values: [CARD, PREPAID_CARD, SEPA_BANK_ACCOUNT, US_BANK_ACCOUNT, UK_BANK_ACCOUNT, CCI_BANK_ACCOUNT, BR_BANK_ACCOUNT, PH_BANK_ACCOUNT]
accountNumberstringrequired
The bank account number.
Possible values: >= 4 characters and <= 17 characters
bankCodeIdstringrequired
The bank code id. Represents the id by which the bank code is recognized in EW.
PH Bank account Transaction Details
{
"instrumentId": "123456789",
"instrumentType": "CARD",
"accountNumber": "string",
"bankCodeId": "string"
}