Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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.

user
object
required
card
object
required
task_id
string
required

task_id value provided in the AUTHENTICATED webhook.

Example:

"123456"

Response

Successful request.

message
string

Success message.

Example:

"Success"