get
https://api.cloud.mbanq.com/v1/externalcards/configuration
Use this API to retrieve the public configuration required to enter an
acquired card through the TabaPay Browser SDK.
Purpose: Load the Browser SDK from sdkUrl and initialize it using
browserClientId before collecting card information.
Browser SDK flow:
- Call
GET /v1/externalcards/configuration. - Load the 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 contains only public Browser SDK
configuration values.

