Save Payout EDD
Submits enhanced due diligence information when EDD is triggered during a payout quotation. If you have already submitted Payin EDD, you do not need to submit this separately.
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.
Save Payout EDD
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
The unique identifier of the quotation
"2e104290-07c8-49f1-a5ca-0d27f0078f8a"
SALARY, BUSINESS_INCOME, OTHERS "SALARY"
array of urls for bank statements in case of multiple.
[
"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
["pass1", ""]array of urls for itr reports in case of multiple.
[
"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
["pass1", ""]Consent to declaration
true

