Digital Payment

Create a receiver account for paying a Digital CAD Payment

Create a New Digital 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

Email address of recipient.

name*

string

Name of recipient.

description

string

Optional description for receiver account.

* is mandatory parameter

Example body request

{
    "receiver_id": "a2bb66db-7067-44a2-8067-1393b682bc75",
    "recipient": "[email protected]",
    "name": "John Doe Inc."
}

Response

Last updated