POST
/
api
/
v1
/
cards
/
afrigo
/
update-card-info
Update Afrigo Card Information
curl --request POST \
  --url https://waas-card-middleware-api-staging.embedly.ng/api/v1/cards/afrigo/update-card-info \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "customerId": "<string>",
  "walletId": "<string>",
  "cardNumber": "<string>",
  "nameOnCard": "<string>",
  "oldMobile": "<string>",
  "newMobile": "<string>",
  "email": "<string>",
  "address": "<string>"
}'
customerId
string
required
the embedly customerId of the respective customer. Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6
walletId
string
required
The embedly walletId mapped to the customer’s wallet. Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6
cardNumber
string
required
The unique number mapped to the card on the customer’s wallet Example: 1234
nameOnCard
string
required
The name of the customer. Example: 1234
oldMobile
string
required
The customer’s old phone number. Example: 1234
newMobile
string
required
The customer’s new phone number. Example: 1234
email
string
required
The customer’s email address. Example: john@doe.com
address
string
required
The customer’s residential address. Example: 20 Marina, Lagos State