Dynamic billing descriptor
Last updated: February 1, 2023
The billing descriptor is the text that is displayed on the customer's credit card statement identifying a purchase from a merchant’s website. This descriptor can be set dynamically in a payment request.
Information
If you would like to enable this functionality, please contact our Support team.
Field name | Description |
---|---|
optional object | Details about the billing descriptor. |
required string | Dynamic description of the charge. Up to 25 characters Allowed characters:
|
required string | City from which the charge originated. Up to 13 characters Allowed characters:
|
Note
Do not use #
in your descriptor as this will cause a validation error.
1{2"billing_descriptor": {3"name": "test payment",4"city": "Anytown"5}6}