Digital Payment
Create a new receiver account for receiver
Create a New Receiver Account
POST
/api/receiver-account/cad/digital
Headers
Name
Value
x-api-key
<token>
signature
<token>
Body
Name
Type
Description
receiver_id
*
string
Receiver ID of receiver account.
recipient*
Email address of recipient.
name*
string
Name of recipient.
description
string
Optional description for receiver account.
* is mandatory parameter
Example body request
Response
Last updated