Cancel Payments

You may cancel a payment if the funds have not cleared. If you want to return the funds irreverent of it's payment status you can use void payments.

https://api.vendreo.com/v1/card/payment/{paymentUUID}/cancel (Full example: docs))

curl --location --request DELETE 'https://api.vendreo.com/v1/card/payment/{paymentUUID}/cancel' \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer {AUTH_TOKEN}'

Returned Postbacks