Data Model - Payer
Less than 1 minute
Data Model
The term payer
generally refers to an individual or entity that makes a payment or disburses funds in a transaction.
Here are some key points related to the concept of a payer:
Param | Type | Description |
---|---|---|
name | String | Devin |
String | [email protected] | |
phone | String | 62895359978010 |
address | String | address |
idType | String | the type of identity ,value enum: DNI :ID Card, CE :Foreigner ID card,PAS :Passport,RUC :Taxpayer registration number |
identity | String | 0123456789 |
accountNo | String | 2345678912 |
bankName | String | KBANK |
pixAccount | String | 12345678988 |
Pay-in + Indonesia + OVO --> phone is requeird
Pay-in + Thailand + ALL --> name, accountNo is required, bankName best to pass
Pay-in + Brazil + ALL --> pixAccount is requierd
Pay-in + Inida + ALL --> the email is required. Orders placed using the same email can be viewed by each other. It is recommended to use a valid and real email address.
Pay-in + Peru + ALL --> name, idType,identity,emial,phone is required
Pay-in + Colombia + ALL --> name is required
Example
{
"phone": "62895359978010"
//OVO
}
{
"name": "Devin",
"accountNo": "0123456789",
"bankName": "KBANK"
}
{
"pixAccount": "0123456789"
}
{
"email": "[email protected]",
"idType": "DNI",
"identity": "48982488880",
"name": "name",
"phone": "123232"
}
{
"name": "user_name"
}