Link a merchant account in development.
card_switcher: true) or generate new transactions (by passing the transactions object in the request).
AUTHENTICATED event to your webhook, then POST card data to the Send Card (JWE) or Send Card endpoint.CARD_UPDATED or CARD_FAILED event.card_id parameter is required when card_switcher is true. The card_switcher parameter is mutually exclusive with the transactions parameter. You cannot use both in the same request.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.
The input parameters required for linking a merchant account in development.
Your unique identifier for the user.
"abc123"
Unique identifier for the merchant.
19
When set to true, simulates the card switcher flow.
true
Your unique identifier for a specific card. Required when card_switcher is true.
"81n9al10a0ayn13"
Successful request.
Success message.
"Success"