Dynamic billing descriptor
Last updated: 14th July 2022
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.
If you would like to enable this functionality, please contact our Support team.
Parameters
Field name | Description |
---|---|
optional object | Details about the billing descriptor. |
required string | Dynamic description of the charge.
|
required string | City from which the charge originated.
|
You can use the following characters in your descriptor:
- Uppercase:
A-Z
- Lowercase:
a-z
- Numbers:
0-9
- Special characters:
. ! * - = _
Example
1
2
3
4
"billing_descriptor": {"name": "Checkout.com","city": "London"}