Authorizations
Headers
Bearer token from authentication
Example:
"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
getmipay authentication token
Example:
"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Path Parameters
Virtual card ID
Example:
"CARD_123456"
Query Parameters
Operation to perform
Available options:
topup, withdraw, disabled, enabled, transactions, terminate Example:
"topup"
Currency for amount operations
Available options:
USD, EUR, XAF Example:
"USD"
Amount for topup/withdraw operations
Required range:
x >= 0.01Example:
10
