POST
/
api
/
provider
/
wallets
/
{walletAccountNumber}
/
linkcard
curl --request POST \
  --url https://sandbox.readycashng.com:8447/api/provider/wallets/{walletAccountNumber}/linkcard \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "lastFour": "<string>",
  "requestReference": "<string>",
  "expDate": "<string>"
}'
{
    "code": "0000",
    "desc": "Card added successfully",
    "retRef": "",
    "stan": "",
    "transdatetime": null,
    "bvn": "",
    "voucher": "", 
    "extra": "",
    "pin": ""
}

Path Parameters

walletAccountNumber
string
required

Customer Wallet Account Number to link to Card

Request Parameters

lastFour
string
required

Last Four Digits of Card

requestReference
string
required

A unique reference

expDate
string
required

Date Formated YYYMMDD e.g “20231001”