Payment Links
Generate Hosted Checkout Payment Link
Creates a custom payment link invoice supporting Credit Card, Papara, Bank Transfer, and Crypto payment methods.
POST
Generate Hosted Checkout Payment Link
Authorizations
Pass your secret API key formatted as: Authorization: Bearer psa_...
Headers
Unique UUID/string to prevent duplicate invoice creation on retries.
Example:
"7b9e8f1a-3c2d-4e5f-6a7b-8c9d0e1f2a3b"
Body
application/json
Your store 12-char hash ID
Example:
"0bHQn0bU2dei"
Numeric API Key ID
Example:
42
Total amount in fiat currency
Example:
49.99
ISO 4217 Currency (USD, EUR, TRY, GBP)
Example:
"USD"
Example:
"buyer@example.com"
Example:
"API Store Service Order #1042"
Example:
"https://yourdomain.com/checkout/success"
Expiration period in minutes (default 1440)