Secure Payment Links
Secure payment links
Using secure Payment links
curl --location '{{BASE_URL}}/account/{{MERCHANT_ID}}/business_profile/{{PROFILE_ID}}' \
--header 'Content-Type: application/json' \
--header 'api-key: {{ADMIN_API_KEY}}' \
'{
"payment_link_config": {
"allowed_domains": [
"localhost:5500"
]
}
}'Next step:
Setup Custom DomainLast updated
Was this helpful?

