cURL
Payin Order
Create Payin
Create a new payin 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.
Error Codes and Messages
| API Status Code | Response | Reason |
|---|---|---|
| 400 | UTR is already linked to another payin | UTR already linked to another payin |
| 400 | Client Reference ID already exists | Client Reference ID already exists |
| 400 | Invalid UTR format | UTR length is not equal to 12 characters |
| 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 payin | Quotation is already linked to another payin |
| 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"
UTR of the bank transaction
Example:
"RATN0329SJDH0"
Optional client reference ID for tracking
Example:
"testUser123"

