merchantDescriptor
This is the merchant descriptor that will be displayed on the customer's card or bank statement.
dynamicDescriptorstringrequired
This is a merchant descriptor that will be displayed on a customer’s card statement.
Possible values: <= 20 characters
Example:
OnlineStore
phonestring
This is the merchant’s phone number, which is appended to the merchant descriptor on a customer’s card statement.
Possible values: <= 13 characters
Example:
12345678
merchantDescriptor
{
"dynamicDescriptor": "OnlineStore",
"phone": "999-8888"
}