PATCH
/
v2
/
session
/
{session_id}
/
card
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"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Path Parameters

session_id
string
required

The Session UUID to update (from Create Card Session response)

Body

application/json

Response

204

Status No Content