Create Payment Links
Create Payment Links
Create Payment link using business profile config
curl --location '{{BASE_URL}}/payments' \
--header 'Content-Type: application/json' \
--header 'api-key: {{API_KEY}}' \
'{
"amount": 100,
"currency": "USD",
"payment_link": true,
"profile_id": "pro_YXlbYtgiANENrZgxdL8Q"
}'Configure UI during Payment link creation
For using a specific style ID
Next step:
Secure Payment LinksLast updated
Was this helpful?

