post https://pg-sandbox.paymaya.com/payments/v1/customizations
Provides customization settings for the merchant to change some elements on the user interface.
Log in to see full request history
For Basic Authentication, use SECRET API KEY.
Response
Provides customization settings for the merchant to change some elements on the user interface.
For Basic Authentication, use SECRET API KEY.
xxxxxxxxxx
11curl --request POST \
--url https://pg-sandbox.paymaya.com/payments/v1/customizations \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"hideReceiptInput": false,
"skipResultPage": false,
"showMerchantName": true
}
'
Try It!
to start a request and see the response here! Or choose an example: