Skip to main content
POST
cURL

Remittance Beneficiary KYC

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 customer

Example:

"638d9a52-9427-460e-99ba-948d46ce349c"

tax_number
string
required

The customer's tax number (PAN for India).

Example:

"HCDPS3890E"

Response

Remittance sender KYC recorded successfully

status
boolean
Example:

true

message
string
Example:

"Success"

data
object