English
cURL
curl --request PATCH \ --url https://sandbox.gateway.sezzle.com/v2/session/{session_id}/card \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "order_id": "merchant_order_number" } '
{ "code": "bad_request", "message": "bad request" }
The authentication token generated from providing API Keys to Sezzle Gateway
The Session UUID to update (from Create Card Session response)
Your order ID (or number)
Status No Content