Skip to main content
GET
Calculate Card Creation Fees

Authorizations

Authorization
string
header
required

JWT bearer token returned by POST /action/auth. Send protected requests with: Authorization: Bearer . Tokens expire after 24 hours.

Query Parameters

card_grade
enum<string>
required

Grade of the card (BASIC or PREMIUM)

Available options:
BASIC,
PREMIUM
Example:

"BASIC"

card_type
enum<string>
required

Type of the card (VISA or MASTERCARD)

Available options:
VISA,
MASTERCARD
Example:

"VISA"

initial_balance
number<float>
required

Initial balance to load on the card

Required range: x >= 1
Example:

100

Response

Fees calculated successfully

success
boolean
Example:

true

data
object