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
Response
200
Example response
{
"data": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.