Confirm payment by Id

Warning: This feature is only available to customers who have contracted it independently. To use it, please contact us at soporte@khipu.com

Confirm payment. Upon confirming payment, the funds will be delivered to the merchant the next business day.

SecurityApi-Key
Request
path Parameters
id
required
string <= 255 characters

Payment identifier

Responses
200

Successful operation.

Response Schema: application/json
message
required
string

Message to be displayed to the user.

Example: "Message."
400

Bad request

401

Unauthorized - Invalid or missing credentials

403

Forbidden

404

Not found - Resource not available

500

Internal server error

post/v3/payments/{id}/confirm
Request samples
Response samples
application/json
{
  • "message": "Message."
}