Guides
🔐 Authentication
Get OAuth Token
curl -X POST https://public-api.alternativepayments.io/oauth/token \
-H "Authorization: Basic BASE64(client_id:client_secret)" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials"{
"access_token": "eyJ0eXAiOiJKV1QiLCJh...",
"token_type": "Bearer",
"expires_in": 3600
}👤 Customers
List Customers
Create Customer
Retrieve Customer
Archive Customer
List Customer Users
Add User to Customer
🧾 Invoices
List Invoices
Create Invoice
Retrieve Invoice
Archive Invoice
Get Invoice Payment Link
Get Invoice PDF
💵 Payment Request
Create Payment Request
Get Payment Request by ID
💳 Transactions
List Transactions
💸 Payouts
List Payouts
Get Payout by ID
List Payout Transactions
⚠️Error Handling
Code
When it happens
Last updated
Was this helpful?
