Cards
Create a card
Creates a new digital gift card and loads the initial funds. A unique clientReference
must be provided to prevent duplicate card creation. If the same clientReference is submitted, a 409 Conflict error is returned.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Card created successfully.
The response is of type object
.