curl --request POST \
--url https://sandbox.dollarpe.xyz/ren/api/v1/payout/edd/save \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>' \
--data '
{
"customer_id": "2e104290-07c8-49f1-a5ca-0d27f0078f8a",
"source_of_income": "SALARY",
"bank_statement_url": [
"https://storage.example.com/uploads/bank1.pdf",
"https://storage.example.com/uploads/bank2.pdf"
],
"bank_statement_passwords": [
"pass1",
""
],
"itr_report_url": [
"https://storage.example.com/uploads/itr1.pdf",
"https://storage.example.com/uploads/itr2.pdf"
],
"itr_report_passwords": [
"pass1",
""
],
"declaration": true
}
'{
"status": true,
"message": "Success",
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "PROCESSING"
}
}Create a payout EDD log
curl --request POST \
--url https://sandbox.dollarpe.xyz/ren/api/v1/payout/edd/save \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>' \
--data '
{
"customer_id": "2e104290-07c8-49f1-a5ca-0d27f0078f8a",
"source_of_income": "SALARY",
"bank_statement_url": [
"https://storage.example.com/uploads/bank1.pdf",
"https://storage.example.com/uploads/bank2.pdf"
],
"bank_statement_passwords": [
"pass1",
""
],
"itr_report_url": [
"https://storage.example.com/uploads/itr1.pdf",
"https://storage.example.com/uploads/itr2.pdf"
],
"itr_report_passwords": [
"pass1",
""
],
"declaration": true
}
'{
"status": true,
"message": "Success",
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "PROCESSING"
}
}| 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 |
API Key for authentication
Current timestamp in seconds since epoch
HMAC SHA256 signature of the request encoded in Base64
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