curl --request POST \
--url https://sandbox.dollarpe.xyz/ren/api/v1/payin/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",
""
],
"purpose": "Investment",
"account_operator": "FAMILY",
"account_operator_name": "John Doe",
"p2p_trading_status": false,
"supporting_purpose_doc_url": [
"https://storage.example.com/uploads/example1.pdf",
"https://storage.example.com/uploads/example2.pdf"
],
"relation_with_account_operator": "brother"
}
'{
"status": true,
"message": "Success",
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "PROCESSING"
}
}Create a payin EDD log
curl --request POST \
--url https://sandbox.dollarpe.xyz/ren/api/v1/payin/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",
""
],
"purpose": "Investment",
"account_operator": "FAMILY",
"account_operator_name": "John Doe",
"p2p_trading_status": false,
"supporting_purpose_doc_url": [
"https://storage.example.com/uploads/example1.pdf",
"https://storage.example.com/uploads/example2.pdf"
],
"relation_with_account_operator": "brother"
}
'{
"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", ""]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"