Calculate Card Creation Fees
Utils
Calculate fees for specific card creation
Calculate fees for creating a virtual card based on card grade, type, and initial balance. Returns total fees including both Soleaspay and GetMiPay fees.
GET
Calculate Card Creation Fees
Authorizations
JWT bearer token returned by POST /action/auth. Send protected requests with: Authorization: Bearer . Tokens expire after 24 hours.
Query Parameters
Grade of the card (BASIC or PREMIUM)
Available options:
BASIC, PREMIUM Example:
"BASIC"
Type of the card (VISA or MASTERCARD)
Available options:
VISA, MASTERCARD Example:
"VISA"
Initial balance to load on the card
Required range:
x >= 1Example:
100
