Create a hosted payment page URL.
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. |
amount | string | Yes | Amount. |
callback | string | Yes | Callback URL. |
Link generated.
{
"status": 1,
"data": {
"link": "https://pay.moolre.com/tx-123"
}
}