Purpose of Payment
Codes related to the nature of the transaction.
The Purpose of Payment code classifies and reports the nature and purpose of the transaction. Certain destination markets require Purpose of Payment for all their incoming cross-border transactions.
It is a code whose standardized value is provided by the card networks to TabaPay. TabaPay submits the correct purpose of payment code to the network, and our clients are expected to provide the correct values.
Countries affected by Purpose of Payment
- Argentina
- Bangladesh
- Chile
- Colombia
- Egypt
- India
- Mexico (Effective September 2023)
- Dominican Republic (Strongly Recommended; For MasterCard)
How Purpose of Payment Works
Include purposeOfPayment in your Create Transaction ReferenceAPI request.
Create Transaction Request
For field descriptions, refer to Create Transaction ReferenceAPI.
{
"corresponding": {
"name": {
"first": "Sender",
"last": "Name"
},
"address": {
"line": "123 Street",
"city": "Vancouver",
"state": "BC",
"zip": "V5C 6N5",
"country": "124"
},
"sourceOfFunds": "Debit Card",
"networkID": "123456789"
},
"accounts": {
"sourceAccountID": "2EWKxMcvD6MuLtt8EgNSKK",
"destinationAccount": {
"card": {
"accountNumber": "4111111111111111",
"expirationDate": "202708",
},
"owner": {
"name": {
"first": "Recipient",
"last": "Name"
},
"address": {
"line1": "123 Street",
"city": "Vancouver",
"state": "BC",
"zipcode": "94301",
"country": "840"
}
}
}
},
"memo": "Payment from Sender to Recipient",
"referenceID": "1kev111325",
"type": "push",
"amount": "2.00",
"purposeOfPayment": "ISMP2P" <----- Purpose of Payment here
}- purposeOfPayment description is a Visa mobile P2P payment.
- Corresponding object is the sender in a push transaction.
- Owner object is the recipient or beneficiary in a push transaction.
Purpose of Payment Standardized Codes List
Visa
As of November 11th, 2022The only valid Purpose of Payment values are the regulatory published/recognized codes or a code from the Visa Standardized Purpose of Payment list (below).
| Code Description | Code to be Used |
|---|---|
| Account management | ISACCT |
| Transaction is the payment of allowance | ISALLW |
| Settlement of annuity | ISANNI |
| Unemployment disability benefit | ISBENE |
| Business expenses | ISBEXP |
| Bonus payment | ISBONU |
| Bus transport related business | ISBUSB |
| Cash management transfer | ISCASH |
| Payment of cable TV bill | ISCBTV |
| Government institute issued related to cash compen sation, helplessness, and disability | ISCCHD |
| Credit card payment | ISCCRD |
| Payment of credit card bill | ISCDBL |
| Payment for charity reasons | ISCHAR |
| Collection payment | ISCOLL |
| Commercial payment | ISCOMC |
| Commission | ISCOMM |
| Compensation relating to interest loss/value date adjustment and can include fees | ISCOMP |
| Payment of copyright | ISCPYR |
| Related to a debit card payment | ISDCRD |
| Payment of a deposit | ISDEPT |
| Payment of dividend | ISDIVD |
| Payment of study / tuition fees | ISEDUC |
| Payment of electricity bill | ISELEC |
| Energies | ISENRG |
| General fees | ISFEES |
| Payment for ferry related business | ISFERB |
| Foreign exchange | ISFREX |
| Payment of gas bill | ISGASB |
| Compensation to unemployed persons during insolvency procedures | ISGFRP |
| Government payment | ISGOVT |
| Health insurance | ISHLTI |
| Reimbursement of credit card payment | ISICCP |
| Reimbursement of debit card payment | ISIDCP |
| Payment of car insurance premium | ISINPC |
| Transaction is related to the payment of an insurance claim | ISINSC |
| Installment | ISINSM |
| Insurance premium | ISINSU |
| Payment of mutual funds, investment products and shares | ISINVS |
| Intra company payment | ISINTC |
| Interest | ISINTE |
| Income tax | ISINTX |
| Investment | ISINVS |
| Labor insurance | ISLBRI |
| License fee | ISLICF |
| Life insurance | ISLIFI |
| Loan | ISLOAN |
| Medical services | ISMDCS |
| Mobile P2B payment | ISMP2B |
| Mobile P2P payment | ISMP2P |
| Mobile top up | ISMTUP |
| Not otherwise specified | ISNOWS |
| Other | ISOTHR |
| Transaction is related to a payment of other telecom related bill | ISOTLC |
| Payroll | ISPAYR |
| Contribution to pension fund | ISPEFC |
| Pension payment | ISPENS |
| Payment of telephone bill | ISPHON |
| Property insurance | ISPPTI |
| Transaction is for general rental/lease | ISRELG |
| The payment of rent | ISRENT |
| Payment for railway transport related business | ISRLWY |
| Royalties | ISROYA |
| Salary payment | ISSALA |
| Payment to savings / retirement account | ISSAVG |
| Securities | ISSECU |
| Social security benefit | ISSSBE |
| Study | ISSTDY |
| Subscription | ISSUBS |
| Supplier payment | ISSUPP |
| Refund of a tax payment or obligation | ISTAXR |
| Tax payment | ISTAXS |
| Transaction is related to a payment of telecommunications related bill | ISTBIL |
| Trade services operation | ISTRAD |
| Treasury payment | ISTREA |
| Payment for travel | ISTRPT |
| Utility bill payment | ISUBIL |
| Value added tax payment | ISVATX |
| With holding | ISWHLD |
| Payment of water bill | ISWTER |
MasterCard
| Code | Value |
|---|---|
| 00 | Family support |
| 01 | regular labor transfers (expatriates) |
| 02 | travel and tourism |
| 03 | Education |
| 04 | Hospitalization and medical treatment |
| 05 | Emergency need |
| 06 | Savings |
| 07 | Gifts |
| 08 | Other |
| 09 | Salary |
| 10 | Crowd lending |
| 11 | Crypto currency |
| 12 | Refund to original card |
| 13 | Refund to new card |
| 14 | Transfer to another person or organization in the same Staged Digital Wallet (Brazil) |
| 15 | Boleto Payment (Brazil) |
| 16 | High risk securities |
Updated 3 days ago
