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. 1. Authentication - Refresh existing access token POST {{host}}/oauth/token

  2. 2. Card Issuance - Validate address POST {{host}}/v3/spend/address/validate

  3. 2. Card Issuance - Get available card programs GET {{host}}/v3/spend/profiles/{{profile_id}}/card-orders/availability

  4. 2. Card Issuance - Preset card PIN POST {{host}}/twcard-data/v1/sensitive-card-data/preset-pin

  5. 2. Card Issuance - Get card order requirements GET {{host}}/v3/spend/profiles/{{profile_id}}/card-orders/{{card_order_id}}/requirements

  6. 2. Card Issuance - Get card orders GET {{host}}/v3/spend/profiles/{{profile_id}}/card-orders

  7. 3. Card Management - Reset PIN count POST {{host}}/v3/spend/profiles/{{profile_id}}/cards/{{card_token}}/reset-pin-count

  8. 3. Card Management - Get a card GET {{host}}/v3/spend/profiles/{{profile_id}}/cards/{{card_token}}

  9. 3. Card Management - Set a card status PUT {{host}}/v3/spend/profiles/{{profile_id}}/cards/{{card_token}}/status

  10. 3. Card Management - Get card spending permissions GET {{host}}/v3/spend/profiles/{{profile_id}}/cards/{{card_token}}/spending-permissions