Skip to main content

PH Bank account Transaction Details

Details about a payment with customer's PH Bank account.

instrumentIdstring

Instrument ID.

Example: 123456789
instrumentTypestring

Represents the type of an instrument.

ValueDescription
CARDCard
PREPAID_CARDPrepaid Card
SEPA_BANK_ACCOUNTSEPA Bank account
US_BANK_ACCOUNTUS Bank account
UK_BANK_ACCOUNTUK Bank account
CCI_BANK_ACCOUNTCCI Bank account
BR_BANK_ACCOUNTBR Bank account
PH_BANK_ACCOUNTPH 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"
}