POST confirmPayment
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| collection | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"id": 1,
"invoice_no": "sample string 2",
"amount": 3.0,
"currency": "sample string 4",
"bank_transaction_id": "sample string 5",
"channel": "sample string 6",
"collection_date": "2026-08-21T13:04:25.8795774+07:00",
"checked": true,
"check_date": "2026-08-21T13:04:25.8795774+07:00",
"user_id": 1,
"remark": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.