Check status of a payment.
POST https://api.moolre.com/open/transact/status
| 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. |
idtype | string | Yes | transactionid or externalref |
id | string | Yes | ID value. |
Status returned.
{
"status": 1,
"code": "SS01",
"data": {
"txstatus": 1
}
}