Instrument Types
Overview
The InstrumentType
object is designed to categorize and define various types of payment instruments. A payment instrument is essentially a method or mechanism through which payments can be made or received.
Instrument Types
The InstrumentType
can take one of several predefined values, each representing a different method of payment. Below is a table detailing these values:
Enum Value | Description |
---|---|
card | Represents payments made using various types of cards, such as credit, debit, or ATM cards. |
ewallet | Refers to payments made through electronic wallet services, which store funds for online transactions. |
mobile_billing | Payment through charges applied directly to a mobile phone bill. |
cash | Traditional payment using physical currency. |
payment_kiosk | Involves payments made via self-service machines located in public areas. |
online_bank | Transactions executed using online banking services. |
prepaid_card | Utilizes preloaded cards for making payments. |
bank_transfer | Refers to direct monetary transfers between bank accounts. |
crypto_currency | Payments made using digital or cryptocurrencies. |
e_voucher | Involves the use of electronic vouchers with a pre-determined monetary value. |
other | Covers any other payment methods not specifically listed above. |