Parallex Pay API
  • Welcome!
  • Get Started
    • Authentication
    • Test and go Live
      • Test Cards
      • Test Banks
  • Accept Payment
    • Inline Checkout
    • Standard Checkout
    • Verify Transaction
      • Check Transaction Status
        • Check Subscription Status
  • Payment Method
    • Transfer
    • USSD
  • Payment Features
    • Recurring Payment
      • Create Subscription
      • Charge Subscription
      • Get Customer Subscription
      • Update Subscription
      • Get Merchant Subscription
    • Payment Link
    • Virtual Account
      • Create Virtual Account
      • Get Virtual Account
      • Delete Virtual Account
  • Webhook
    • Webhook Integration
    • Webhook Event Types
    • Queued Notifications
    • Structure of the Event Notification
    • Subscriptions
    • Notification URL
  • Development Resources
    • Parallex Pay Status Code
Powered by GitBook
On this page
  1. Payment Features
  2. Virtual Account

Delete Virtual Account

-X DELETE
https://seerbitapi.com/api/v2/virtual-account/{paymentreference}
-H 'Content-Type: application/json' 
-H 'Authorization: Bearer {token}
{
    "status": "SUCCESS",
    "data": {
        "code": "00",
        "message": "Virtual account has been deleted"
    }
}
PreviousGet Virtual AccountNextWebhook

Last updated 8 months ago