Payment Confirmation Request
Developing
Request
Body Params application/json
{
"invoiceIds": [
"string"
],
"paymentId": "string",
"remarks": "string",
"response": "string",
"type": "string"
}
Request samples
curl --location --request POST '/api/v0/invoice/payment-confirmation' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceIds": [
"string"
],
"paymentId": "string",
"remarks": "string",
"response": "string",
"type": "string"
}'
Responses
application/json {
"response_code": 0,
"response_message": "SUCCESS",
"payload": "string"
}
Modified at 2025-07-07 18:44:33