Statement Descriptor Data
Statement descriptor data, also known as dynamic descriptor data, includes contact information that you provide for printing on the account statements of a payer.
This data is submitted to the acquirer, and it overrides the descriptor data registered at the acquirer. If you provide partial statement descriptor data on a transaction, the acquirer completes the statement data using the descriptor data as registered at the acquirer.
Supported for following methods:
Integration methods | Payment methods | Transactions |
---|---|---|
All | All |
|
To view an example of an API request with statement descriptor data, download the Postman collection.
If you have to submit statement descriptor data, provide the following contact information about your business in the order.statementDescriptor
field in the request.
- Merchant name.
- Full address of the merchant.
- Phone number of the merchant's business.
The submitted data is returned in the transaction response.
Example of statement descriptor fields
{ "order": { "amount": "100.00", "currency": "USD", "statementDescriptor": { "name": "Food Truck 101", "address": { "street": "123 Example Street", "city": "New York", "stateProvince": "NY", "postcodeZip": "10000", "country": "USA", "phone": "(212) 555-1234" } } } }