Create virtual card

Create a new virtual card

🚧

Important notes

  • This service is not publicly available, kindly contact support ([email protected]) for it.
  • We charge a card issuance fee of $0.5 for every new virtual card creation on Flutterwave

📘

Getting OTPs for MasterCard Virtual Cards

Due to recent changes in cards issued, We recommend passing a callback URL in your request to create cards. OTPs would be sent as webhooks to the callbacks URL. Once received, you should share this with your customer to enable them to complete their online transactions.

{
  "TransactionId": null,
  "MerchantName": null,
  "Description": "OTP",
  "Status": "Pending Auth",
  "Balance": 0,
  "Amount": 0,
  "Type": "Notification",
  "CardId": "731a7d58-9293-4b50-b1f4-f2e0d56f3f4e",
  "MaskedPan": "536898*******9526",
  "Otp": "383290"
}
Language
Click Try It! to start a request and see the response here!