Hi,
We are using the “statement_description_identifier” in the ‘terminals/checkouts’ API, but it’s giving us this error when we attempt to process a transaction using a terminal device:
"code":"INVALID_LOCATION",
"detail":"statement_description_identifier is not supported in the merchant's location (GB)",
"field":"checkout.statement_description_identifier",
"category":"PAYMENT_METHOD_ERROR"
This error indicates that “statement_description_identifier” is not supported for transactions in GBP currency or GB location.
My question is, besides GBP, which other currencies or location does “statement_description_identifier” not support? And is there any documentation that mentions “statement_description_identifier” isn’t supported for all currencies?