Wise Cards API
Number of APIs: 41
This collection describes the required endpoints for a successful bank partner's integration of the Cards API.
-
1. Authentication - Refresh existing access token POST {{host}}/oauth/token
-
2. Card Issuance - Validate address POST {{host}}/v3/spend/address/validate
-
2. Card Issuance - Get available card programs GET {{host}}/v3/spend/profiles/{{profile_id}}/card-orders/availability
-
2. Card Issuance - Preset card PIN POST {{host}}/twcard-data/v1/sensitive-card-data/preset-pin
-
2. Card Issuance - Get card order requirements GET {{host}}/v3/spend/profiles/{{profile_id}}/card-orders/{{card_order_id}}/requirements
-
2. Card Issuance - Get card orders GET {{host}}/v3/spend/profiles/{{profile_id}}/card-orders
-
3. Card Management - Reset PIN count POST {{host}}/v3/spend/profiles/{{profile_id}}/cards/{{card_token}}/reset-pin-count
-
3. Card Management - Get a card GET {{host}}/v3/spend/profiles/{{profile_id}}/cards/{{card_token}}
-
3. Card Management - Set a card status PUT {{host}}/v3/spend/profiles/{{profile_id}}/cards/{{card_token}}/status
-
3. Card Management - Get card spending permissions GET {{host}}/v3/spend/profiles/{{profile_id}}/cards/{{card_token}}/spending-permissions