Send money to a recipient.
POST https://api.moolre.com/open/transact/transfer
| Header Name | Type | Required | Description |
|---|---|---|---|
X-API-USER | string | Yes | Username |
X-API-KEY | string | Yes | Secret Key |
| Parameter | Type | Required | Description |
|---|---|---|---|
type | integer | Yes | Must be 1. |
channel | string | Yes | Channel ID. |
amount | string | Yes | Amount to send. |
receiver | string | Yes | Recipient identifier. |
externalref | string | Yes | Your unique reference. |
Transfer initiated.
{
"status": 1,
"code": "TR01",
"message": "Initiated",
"data": "31830714"
}