POST
/
api
/
v1
/
operations
/
cards
/
afrigo
/
card-relink
Map Physical Afrigo Card to Customer
curl --request POST \
  --url https://waas-card-middleware-api-staging.embedly.ng/api/v1/operations/cards/afrigo/card-relink \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "accountNumber": "<string>",
  "cardNumber": "<string>",
  "organizationId": "<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 on the unmapped physical card to be mapped to the account. provided number above. Example: 123456789012
organizationId
string
required
This unique identifier of the organization making the api request. Example: 5f64-5717-4562-b3fc-2c963f66afa6