cURL
Payout Order
Create Payout
Create a new payout using a quotation
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.dollarpe.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Before initiating a payout, please review our Payout Best Practices guide to ensure successful transaction processing.
Error Codes and Messages
| API Status Code | Response | Reason |
|---|---|---|
| 400 | Client Reference ID already exists | Client Reference ID already exists |
| 400 | Quotation is not found | Quotation does not exist or does not belong to this organization |
| 400 | Customer ID does not match with the quotation | Customer ID mismatch between payin order and quotation |
| 400 | Quotation has expired | Quotation has expired |
| 400 | Quotation is already linked to another payout | Quotation is already linked to another payout |
| 400 | Exchange Order ID already linked to a payout that is either processing or successful | Exchange Order ID already linked to a payout that is either processing or successful |
| 500 | Internal Server Error | Internal Server Error |
Authorizations
API Key for authentication
Current timestamp in seconds since epoch
HMAC SHA256 signature of the request encoded in Base64
Body
application/json
The unique identifier of the quotation
Example:
"2e104290-07c8-49f1-a5ca-0d27f0078f8a"
The unique identifier of the customer
Example:
"def8b740-99f9-4cba-bc9e-99de57e927b4"
Order ID on the exchange
Example:
"5059889123892"
Optional client reference ID for tracking
Example:
"testUser123"

