Sendbox API Documentation
  • Introduction
  • API
    • Basics
    • Errors
  • Authentication
    • Authentication
  • Shipping
    • Introduction
    • Get Shipments
    • Get Shipment
    • Request Shipping Quotes
    • Create New Shipment
    • Calculate Landed Cost
    • Tracking Shipment
    • Saved Addresses
  • Payment
    • Introduction
    • Payment Profile
    • Virtual Account
  • third party intergations
    • WooCommerce Plugin
    • Opencart Extension
    • Shopify
    • Magento
  • Webhooks
    • WooCommerce
  • Webhooks
    • WooCommerce
Powered by GitBook
On this page

Was this helpful?

  1. Payment

Virtual Account

To get virtual account, you need to make a request to virtual account endpoint ensure to pass the required header parameters to get the right response.

PreviousPayment ProfileNextWooCommerce Plugin

Last updated 5 years ago

Was this helpful?

Get Virtual Account

Headers

Name

Type

Description

Authorization

String

Authorization-Key

Content-Type

String

application/json

200:OK

{
  "count": 1,
  "page_by": {
    "next_page": null,
    "prev_page": null,
    "per_page": 20,
    "total": 1,
    "page": 1,
    "pages": 0
  },
  "filter_by": {},
  "query": null,
  "view": null,
  "results": [
    {
      "bank_name": "Providus Bank",
      "last_updated": "2019-11-27T16:42:37.305000+00:00",
      "account_number": "9907710812",
      "date_created": "2019-11-27T16:42:37.305000+00:00",
      "pk": "vba_3gMbhPJLJVc",
      "account_name": " KIKO JAYSON"
    }
  ],
  "sort_by": [
    {
      "asc_desc": "descending",
      "order_by": "date_created"
    }
  ]
}

https://live.sendbox.co/payments/virtual_accounts