Payment Confirmation Request
Developing
Request
Body Params application/json
{
"invoiceIds": [
"string"
],
"paymentId": "string",
"remarks": "string",
"response": "string",
"type": "string"
}
Request Code Samples
curl --location '/api/v0/invoice/payment-confirmation' \
--header 'Content-Type: application/json' \
--data '{
"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