{
"device": {
"tag": {
"name": "GEOCODE",
"value": "string"
}
},
"b2bIds": {
"buyerB2BId": "string",
"supplierB2BId": "string"
},
"paymentConfirmation": {
"objectId": "string",
"ts": "string",
"type": "OFFPLATFORM",
"supplierResponse": "ACCEPT",
"supplierRemarks": "string",
"invoiceInfos": [
{
"objectId": "string",
"supplierInvoiceNumber": "string",
"objectVersion": {
"currentVersion": 1,
"newVersion": 1
},
"statusTransition": {
"currentStatus": "CREATED",
"newStatus": "CREATED"
}
}
]
}
}
curl --location --request POST '/api/v0/payment/req-pay-confirmation' \
--header 'Content-Type: application/json' \
--data-raw '{
"device": {
"tag": {
"name": "GEOCODE",
"value": "string"
}
},
"b2bIds": {
"buyerB2BId": "string",
"supplierB2BId": "string"
},
"paymentConfirmation": {
"objectId": "string",
"ts": "string",
"type": "OFFPLATFORM",
"supplierResponse": "ACCEPT",
"supplierRemarks": "string",
"invoiceInfos": [
{
"objectId": "string",
"supplierInvoiceNumber": "string",
"objectVersion": {
"currentVersion": 1,
"newVersion": 1
},
"statusTransition": {
"currentStatus": "CREATED",
"newStatus": "CREATED"
}
}
]
}
}'
{
"payload": "SUCCESS",
"response_code": 0,
"response_message": "SUCCESS"
}