POST
/
cards
/
link
Authorization
Header
Body
curl --request POST \
  --url https://api.sandbox.saalal.com/v1/cards/link \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "card_user_reference": "577f7a27-0749-4c7c-89a3-bcedca3452e9",
  "identifier": 8840822604
}'
{
  "data": {
    "card": {
      "balance": 0,
      "card_brand": "Visa",
      "card_type": "virtual",
      "identifier": 8840822604,
      "reference": "d282e4a6-1fb6-4827-a6ae-a780263287d7",
      "status": "issued"
    }
  },
  "message": "Card currently being generated",
  "statusCode": 200
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
string

Body

application/json
card_user_reference
string
required
identifier
string
reference
string

Response

200 - application/json
data
object
message
string
statusCode
integer