v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Customer

Submit a country activation request for a customer

Submits a request to enable Scan-to-Pay for the specified customer in the specified transaction country. The response returns the activation status for that transaction country, which may be PROCESSING, ACTIVATED, or REJECTED.

post/open-api/v3/scan2pay/customer/active

Request body

transactionCountrystring required

Transaction country code to activate (ISO 3166-1 alpha-2)

customerIdstring required

Numeric string representing a 64-bit Interlace customer identifier

Example request

{
  "transactionCountry": "VN",
  "customerId": "1986466477083709441"
}

Response

Successful operation