Skip to main content
POST
cURL

Save Payout EDD

Error Codes and Messages

Authorizations

X-API-KEY
string
header
required

API Key for authentication

X-TIMESTAMP
string
header
required

Current timestamp in seconds since epoch

X-SIGNATURE
string
header
required

HMAC SHA256 signature of the request encoded in Base64

Body

application/json
customer_id
string<uuid>
required

The unique identifier of the quotation

Example:

"2e104290-07c8-49f1-a5ca-0d27f0078f8a"

source_of_income
enum<string>
required
Available options:
SALARY,
BUSINESS_INCOME,
OTHERS
Example:

"SALARY"

bank_statement_url
array
required

array of urls for bank statements in case of multiple.

Example:
bank_statement_passwords
array
required

Passwords corresponding to the bank statement PDFs. In case of no password, use empty strings

Example:
itr_report_url
array
required

array of urls for itr reports in case of multiple.

Example:
itr_report_passwords
array
required

Passwords corresponding to the itr report PDFs. In case of no password, use empty strings

Example:
declaration
boolean
required

Consent to declaration

Example:

true

Response

Payout EDD submitted successfully

status
boolean
Example:

true

message
string
Example:

"Success"

data
object