Recipient Document
Add a document for a recipient
Recipient document may be required based on your spec sheet.
Field
Type
Description
documentType
String
Type of the recipient's documen
uploadedFile
String
File in png/ pdf/ jpeg/ jpg
documentIdNumber
String
Document identification number
Add a Recipient Document
You can use this API to add a recipient document.
POST /v2/senders/{{senderId}}/recipients/{{recipientId}}/documents
Field
Required
Type
Description
documentType
No
String
Type of the recipient's document
uploadedFile
Yes
String
File in png/ pdf/ jpeg/ jpg
documentIdNumber
No
String
Document identification number
Get Recipient Document
You can view the recent document submitted for the recipient using this document.
GET /v2/senders/{{senderId}}/recipients/{{recipientId}}/documents
Last updated
Was this helpful?