English
cURL
curl --request POST \ --url https://sandbox.gateway.sezzle.com/v1/configuration \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "webhook_url": "https://yourdomain.com/webhook" } '
{ "status": 400, "id": "bad_request", "message": "bad request" }
{ "time": string, "uuid": string, "type": string, "event": string, "object_uuid": string, "refund_id": string, "refund_amount": { "amount_in_cents": number, "currency": string } }
The authentication token generated from providing API Keys to Sezzle Gateway
A URL for us to send our webhooks to
Status No Content