Initiate a payment request from a customer.
POST https://api.moolre.com/open/transact/payment
| Header Name | Type | Required | Description |
|---|---|---|---|
X-API-USER | string | Yes | Username |
X-API-PUBKEY | string | Yes | Public Key |
| Parameter | Type | Required | Description |
|---|---|---|---|
type | integer | Yes | Must be 1. |
channel | string | Yes | Channel ID. |
amount | string | Yes | Amount. |
payer | string | Yes | Payer ID (Phone). |
externalref | string | Yes | Reference. |
Payment initiated.
{
"status": 1,
"code": "TR099",
"data": "uuid-123"
}