Skip to main content

Resend Payment Events

You can requeue a payment if it failed:

Sample Request
curl https://api.allawee.com/payments/:id/requeue
-H "Authorization: Bearer YOUR_SECRET_KEY"
-H "Content-Type: application/json"
-d '{}'
-X POST

You can also request to have the event for a completed payment resent:

Sample Request
curl https://api.allawee.com/payments/:id/resend-events/payment-completed
-H "Authorization: Bearer YOUR_SECRET_KEY"
-H "Content-Type: application/json"
-d '{}'
-X POST