curl --location --request POST 'https://openapi1.uat.useepay.com/api/v1/payment_method_configurations' \
--header 'x-api-key: FUYTIUvjhgfytfuytwiue' \
--header 'x-merchant-no: 500000000007245' \
--header 'x-app-id: www.pay.com' \
--header 'x-api-version: 1.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "string",
"host": "string",
"merchant_name": "string",
"customer_ip": "string",
"amount": "string",
"payment_method_types": "string"
}'{
"merchant_no": "500000000007245",
"app_id": "www.pay.com",
"apple_pay": {
"type": "apple_pay",
"configuration": {
"merchant_identifier": "merchant.com.xxxx.useepay",
"merchant_name": "useepay"
},
"allowed_card_networks": [
"visa",
"masterCard",
"discover",
"amex"
],
"allowed_card_auth_methods": [
"supports3DS",
"supportsDebit",
"supportsCredit"
]
},
"google_pay": {
"type": "google_pay",
"configuration": {
"merchant_identifier": null,
"merchant_name": "useepay"
},
"allowed_card_networks": [
"DISCOVER",
"MASTERCARD",
"VISA",
"AMEX"
],
"allowed_card_auth_methods": [
"PAN_ONLY",
"CRYPTOGRAM_3DS"
]
}
}