CardSwitcher
Switch Card JWE
Switch a card in a user’s merchant account.
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The input parameters required for switching a card.
task_id
value provided in the AUTHENTICATED
webhook.
Example:
"123456"
JWE value.
Example:
"ey..."
Response
200
application/json
Successful request.
Success message.
Example:
"Success"
Was this page helpful?