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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Card created successfully.
The response is of type object
.
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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Card created successfully.
The response is of type object
.