Add Payee
This API allows merchants to add payees to the system. Merchants can provide necessary information such as payee's name, email, account details, or any other relevant information required for payouts.
Sample Payload Data to be Encrypted
This API will take encrypted data as request payload.
POST
/payout/payee
Headers
Name
Type
Description
Authorization*
String
Bearer {{token}}
Request Body
Name
Type
Description
encryptedReq*
String
Encrypted array of payee object
When all data is correct
When Encrypted Data is not in Correct Formate
When Decrypted Data is not in Correct Format (Array)
When Decrypted Data is missing a required key
Last updated