Save Payin EDD
Create a payin EDD log
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 | 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", ""]Purpose of requesting increased limits / transaction volume
Investment, Trading, Payments, Lending / Repayments, Gifting, Donations / Charity, Remittance, Legal Settlements "Investment"
SELF, FAMILY, THIRD PARTY "FAMILY"
"John Doe"
Is customer involved in P2P trading?
false
array of urls for documents supporting purpose
[
"https://storage.example.com/uploads/example1.pdf",
"https://storage.example.com/uploads/example2.pdf"
]"brother"

