Skip to main content
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>"
}
'
{
  "statusCode": 200,
  "message": "Checkout wallet reactivated successfully",
  "data": {
      "id": "bfce68af-4b43-4827-abb8-985a2d3b8a79",
      "walletNumber": "2225657965",
      "organizationId": "02600494-1a3c-11f0-a818-6045bd97b81d",
      "walletName": "Embedly Check Demo",
      "status": "Reactivated",
      "createdAt": "2025-07-14T16:47:32.297357Z",
      "expiresAt": "2025-07-24T14:28:01.1254478Z",
      "reactivatedAt": "2025-07-24T13:58:01.1254127Z",
      "expectedAmount": 20000,
      "checkoutRef": "CHK202507241358013544205"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.embedly.ng/llms.txt

Use this file to discover all available pages before exploring further.

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
{
  "statusCode": 200,
  "message": "Checkout wallet reactivated successfully",
  "data": {
      "id": "bfce68af-4b43-4827-abb8-985a2d3b8a79",
      "walletNumber": "2225657965",
      "organizationId": "02600494-1a3c-11f0-a818-6045bd97b81d",
      "walletName": "Embedly Check Demo",
      "status": "Reactivated",
      "createdAt": "2025-07-14T16:47:32.297357Z",
      "expiresAt": "2025-07-24T14:28:01.1254478Z",
      "reactivatedAt": "2025-07-24T13:58:01.1254127Z",
      "expectedAmount": 20000,
      "checkoutRef": "CHK202507241358013544205"
  }
}