CardSwitcher
Switch Card JWE
Switch a card in a user’s merchant account.
POST
cURL
Receiving a successful response from this endpoint means your request has passed validations, including for the jwe
.
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
. Use your client_id
as the username
and your secret
as the password
value.
Body
application/json
The input parameters required for switching a card.
The body is of type object
.
Response
200
application/json
Successful request. Receiving this response means your request has passed validations, including the jwe
.
The response is of type object
.
cURL