Request to receive aPay merchant data
{{url}}/ecom/execute_request/payments/v1/applepay/merchant/get
Output parameters
Parameter
Description
Data Format
Example
An example of a request body
{ }Example of a response body
{
"merchantCapabilities": [
"SUPPORTS_3DS"
],
"supportedNetworks": [
"VISA"
],
"countryCode": [
"UA"
],
"currencyCode": "UAH"
}Last updated