cURL
Payout EDD
Save Payout EDD
Create a payout EDD log
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.
Payout EDD does not suffice Payin EDD requirements.
Error Codes and Messages
| API Status Code | Response | Reason |
|---|---|---|
| 400 | Customer is unverified | Customer is added but KYC is unverified |
| 400 | Customer is unverified | Customer does not belong to Organization |
| 400 | Customer is unverified | Customer is not KYC verified |
| 400 | EDD not required | EDD for the customer is not currently required or applicable |
| 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"
Available options:
SALARY, BUSINESS_INCOME, OTHERS Example:
"SALARY"
array of urls for bank statements in case of multiple.
Example:
[
"https://storage.example.com/uploads/bank1.pdf",
"https://storage.example.com/uploads/bank2.pdf"
]Passwords corresponding to the bank statement PDFs. In case of no password, use empty strings
Example:
["pass1", ""]array of urls for itr reports in case of multiple.
Example:
[
"https://storage.example.com/uploads/itr1.pdf",
"https://storage.example.com/uploads/itr2.pdf"
]Passwords corresponding to the itr report PDFs. In case of no password, use empty strings
Example:
["pass1", ""]Consent to declaration
Example:
true

