Payment object
|
Field name |
Type |
Description |
Mandatory in request |
|---|---|---|---|
|
id |
string |
Payment id. It is an idempotent key, and will be used to identify the payment. |
Y |
|
paymentNumber |
string |
Payment number. |
Y |
|
amount |
number |
Payment amount. |
Y |
|
currency |
string |
Payment currency. |
Y |
|
softDescriptor |
string |
It is used to pass information related to the soft descriptor, which is the information that appears on the statement to distinguish the payment. Usually it is a static descriptor labeling the merchant. It is recommended to keep it as short and descriptive as possible because complexity can increase chargeback rates. |
N |
|
softDescriptorPhone |
string |
It is used to pass information related to the soft descriptor phone. |
N |