Add Acquired Card

To understand the cards acquisition API please refer to Introduction to Card Acquiring.
Please refer to this tutorial on how to add a card Tutorial: Acquiring Cards in MBanq Cloud API

Purpose: Use this API to add an acquired card for the client.

Browser SDK flow:

  1. Call GET /v1/externalcards/configuration.
  2. Load the TabaPay Browser SDK using sdkUrl.
  3. Initialize the SDK using browserClientId.
  4. Capture card information through the Browser SDK.
  5. Receive a short-lived cardToken from the SDK.
  6. Submit the token to POST /v1/clients/{clientId}/externalcards.
  7. Read clientId and resourceId from the successful response.

Raw card information must be entered through the provider's Browser SDK
and must not be sent directly to the Mbanq API.

Behaviour: A successful response indicates that the acquired card was
added and contains only the client ID and the new acquired-card resource ID.

Path Params
integer
required
Defaults to 13721

The associated client Id for the acquiring card.
Example: 13721

Body Params
string
required

A short-lived token generated by the TabaPay Browser SDK. It is required
when adding an acquired card, is sensitive, and is intended for one-time
submission to the API. The token is never returned in an API response.

Headers
string
required

The ID of your banking instance visible in the MBANQ Console.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json