post
https://api.cloud.mbanq.com/v1/clients//externalcards
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:
- Call
GET /v1/externalcards/configuration. - Load the TabaPay Browser SDK using
sdkUrl. - Initialize the SDK using
browserClientId. - Capture card information through the Browser SDK.
- Receive a short-lived
cardTokenfrom the SDK. - Submit the token to
POST /v1/clients/{clientId}/externalcards. - Read
clientIdandresourceIdfrom 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.

