Confirm invoice p2p direct
POST/merchant-api/v1/invoices/create-p2p-direct-confirm
This method is confirming invoice p2p direct
Request
- application/json
Body
required
The description for the Post Body.
transaction_uid string
Uid of the transaction
Responses
- 201
The invoice p2p direct has been successfully confirmed.
- application/json
- Schema
- Example (from schema)
Schema
success booleanrequired
Response for succesfull confirming
{
"success": "true"
}
Loading...