v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Cards

Switch Card Wallet

Endpoint to switch the Card Wallet.

put/business/v2/cards/{cardId}/move/{newWalletId}

Path parameters

cardIdstring required

The Card ID.

Example:7bf79328-a7ae-4222-aa54-091ff7f429a7
newWalletIdstring required

The new Wallet ID.

Example:2d65bd5e-3fdf-4002-b166-bde7fb8863fa

Headers

X-Soldo-Fingerprintstring required

Advanced authentication: SHA512SUM of the fingerprint values listed in the fingerprint order for this endpoint.

Example:{{fingerprint}}
X-Soldo-Fingerprint-Signaturestring required

Advanced authentication: Signature of the X-Soldo-Fingerprint.

Example:{{fingerprint_signature}}

Response

The returned resource is a single Card.

idstring

The Card ID (sortable: yes).

namestring

The name of the Card (sortable: yes).

labelstring

The label of the Card (sortable: no).

masked_panstring

The masked PAN of the Card (sortable: yes).

card_holderstring

The name and surname of the Cardholder of the Card, only available when owner_type is employee (sortable: yes).

expiration_datestring

The expiration date and time of the Card (sortable: yes).

creation_timestring

The date and time when the Card was created (sortable: yes).

last_updatestring

The date and time when the Card was last updated (sortable: yes).

type'PLASTIC' | 'VIRTUAL' | 'FUEL' | 'GOOGLE_CARD'
status'Normal' | 'Do not honor' | 'Lost card' | 'Stolen card' | 'Expired card' | 'Restricted card' | 'Security Violation' | 'Cardholder to contact the issuer' | 'Card Destroyed'
owner_type'company' | 'employee'
owner_public_idstring

The ID of the Cardholder available when owner_type is employee.

custom_reference_idstring

The custom reference ID of the Cardholder (sortable: no).

wallet_idstring

The ID of the Wallet the Card is linked to (sortable: no).

currency_code'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'COU' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLE' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STD' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'UYI' | 'UYU' | 'UYW' | 'UZS' | 'VED' | 'VEF' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XBA' | 'XBB' | 'XBC' | 'XBD' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'XSU' | 'XTS' | 'XUA' | 'XXX' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL'
emboss_line4string

The fourth line printed on the Card (sortable: no).

activeboolean

It determines whether the Card is active (sortable: yes).

group_idstring

The ID of the Group the Card is related to (sortable: no). In case of multiple groups associated this field contains the first one for backward compatibility.

groupsstring[]

The list of Group ID the Card is related to (sortable: no).

vehicle_idstring

The ID of the Vehicle assigned to the card (sortable: no).

assigneesstring[]

List of User IDs currently assigned to the Card, when owner_type is employee there is only one assignee, when is company there could be none or more assignees (sortable: no).

payment_method'SUBSCRIPTION' | 'ONLINE_ADS' | 'PURCHASE'
payment_method_idstring

The payment method ID (sortable: no).

preset_idstring

The cardRulePreset ID assigned to the Card.

shipping_address_idstring

The shippingAddress ID assigned to the Card.

Example response

{
  "id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
  "name": "CardName",
  "label": "CardLabel",
  "masked_pan": "123456******1234",
  "card_holder": "John Doe",
  "expiration_date": "2026-05-07T23:59:59Z",
  "creation_time": "2017-06-01T12:48:40Z",
  "last_update": "2017-06-01T12:48:40Z",
  "owner_public_id": "XMPL1234-000001",
  "custom_reference_id": "123456-user-1",
  "wallet_id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
  "emboss_line4": "Example Inc.",
  "active": true,
  "group_id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
  "groups": [
    "7bf79328-a7ae-4222-aa54-091ff7f429a7",
    "2d65bd5e-3fdf-4002-b166-bde7fb8863fa"
  ],
  "vehicle_id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
  "assignees": [
    "XMPL1234-000001",
    "XMPL1234-000002",
    "XMPL1234-000003"
  ],
  "payment_method_id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
  "preset_id": "c861cc24-6663-410f-8c78-73f886fff4ef",
  "shipping_address_id": "c861cc24-6663-410f-8c78-73f886fff4ef",
  "renewal_info": {
    "expiring_soon": true,
    "renewed_card_ready_for_activation": true
  }
}