POST
/
api
/
v1
/
cards
/
afrigo
/
issue-card
Activate Afrigo Card
curl --request POST \
  --url https://waas-card-middleware-api-staging.embedly.ng/api/v1/cards/afrigo/issue-card \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "accountNumber": "<string>",
  "cardNumber": "<string>",
  "pin": "<string>"
}'
accountNumber
string
required
This is the account number mapped to a customer’s embedly wallet. Example: `12345678901
cardNumber
string
required
This is the card number issued to the customer and mapped to the account number above. Example: 123456789012
pin
string
required
This is the random pin choosen by the customer. Example: 1234