Secure Payment Links
Learn how to configure and use secure payment links embedded within iframes of trusted domains for safe payment method storage.
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 Steps
Setup Custom DomainLast updated
Was this helpful?

