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
The input parameters required for switching a card.
task_id value provided in the AUTHENTICATED webhook.
"123456"
JWE value.
"eyJhbGciOiJSU0EtT0FFUC0yNTYiLC..."
User object encrypted in a JWE. Created using the public key retrieved from Retrieve JWK
"eyJhbGciOiJSU0EtT0FFUC0yNTYiLC..."
Card object encrypted in a JWE. Created using the public key retrieved from Retrieve JWK
"eyJhbGciOiJSU0EtT0FFUC0yNTYiLC..."
Response
Successful request. Receiving this response means your request has passed validations, including the jwe.
Success message.
"Success"