v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Physical Card

List Physical Card Fees

get/open-api/v3/physical-cards/fees

Query parameters

accountIdstring uuid required

The UUID of the Account.

The UUID of the Account.

binIdstring required

The Id of the bin.

The Id of the bin.

zonestring

country (ISO 3166-1 alpha-2), province or region

country (ISO 3166-1 alpha-2), province or region

toMailCardCountstring required

Number of physical cards to be mailed (1-100).

Number of physical cards to be mailed (1-100).

limitstring number

Limits the number of items to be returned.

Limits the number of items to be returned.

pagestring number

The page to be returned, counting from 1 as the first page.

The page to be returned, counting from 1 as the first page.

Response

OK

codestring

Error code

messagestring

Error message

Example response

{
  "code": "400001",
  "message": "Invalid parameter",
  "data": [
    {
      "feeType": "0"
    }
  ]
}