POST
/
v1
/
cards
/
afrigo
/
issue-card
Issue Afrigo Card
curl --request POST \
  --url https://waas-card-middleware-api-staging.embedly.ngapi/v1/cards/afrigo/issue-card \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "accountNumber": "<string>",
  "pickupMethod": "<string>",
  "cardType": "<string>",
  "idType": "<string>",
  "idNo": "<string>",
  "email": "<string>",
  "address": "<string>"
}'
accountNumber
string
required
This is the accountNumber mapped to a customer’s embedly wallet. Example: 1234567890
pickupMethod
string
required
Method of delivery to you the merchant Example: C, Possible values: C or M where C means counter and M means mail
cardType
string
required
The type of card to be provisioned for the customer Example: 00 Only 00 (Debit cards) can be requested at this moment.
idType
string
required
The type of identification provided by the customer. Example: 00
Possible ValuesDescription
00Passport
01NationalID Card
02Foreign ID Card
03Diplomatic ID Card
04Military ID card
05Driver’s license
idNo
string
required
The value of the customer’s id. Example: A12345678
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