v1

latestOpenAPI 3.1.02026-07-26500375.1 KB

Verify Payments

The following endpoint verifies the signature of payment callback

post/payments/{id}/verify

Path parameters

idstring required

Unique identifier of the Payment to be verified

Request body

verification_signaturestring required

Signature which has been provided to you while you successfully made a charge. Would have recived directly as a response to payments/charge API call OR as a payload on payment.completed webhook response

Response

200

databoolean

Example response

{
  "data": true
}