Enumeration Values
This page lists possible values for different enumeration type fields specified in the APIs
Transaction Type
Appears as transaction_type or type
Exists in the following APIs and when these object are returned:
- batch_transactions
- transactions
Values
- payment
- return
- refund
- release
- disbursement
- fee
- deposit
- withdrawal
- payment_funding
- misc
Transaction Type Method
Appears as transaction_type_method or type_method
Exists in the following APIs and when these objects are returned:
- batch_transactions
- transactions
Values
- direct_debit
- credit_card
- npp_payin
- bpay
- wallet_account_transfer
- direct_credit
- wire_transfer
- misc
The table below explains the valid combinations of these two fields:
Transaction Type | Transaction Type Method | Notes |
---|---|---|
payment | credit_card | Appears in a |
payment | wallet_account_transfer | Appears in a |
payment | wire_transfer | Appears in a |
payment | direct_debit | Appears in a |
disbursement | direct_credit | Appears in a |
disbursement | bpay | Appears in a |
disbursement | misc | Appears in a |
deposit | bpay | Appears in a |
deposit | npp_payin | Appears in a |
deposit | direct_credit | Appears in a |
bpay | bpay | Appears in a |
refund | credit_card | Appears in a |
refund | wallet_account_transfer | Appears in a |
fee | wallet_account_transfer | Appears in a |
payment_funding | credit_card | Appears in a |
withdrawal | misc | Appears in a |
withdrawal | direct_credit | Appears in a |
release | wallet_account_transfer | Appears in a |
misc | misc | Appears in a |
Account Type
Appears as account_type_id in accounts payload and has the following values
Type | Value |
---|---|
Digital Wallet | 2000 |
Item Account | 3000 |
Bank Account | 9100 |
Card Account | 9200 |
BPAY Account | 9700 |
Updated 3 months ago