Dark Mode

Static VA Overview


This version of the API is deprecated and will be removed soon please check this section for updated API.

Durianpay enables you to create Static Virtual Accounts for each of your customers, so that they can make multiple payments using the same Virtual Account Number.

Webhook Changes

We will be sending the following payload in the metadata section of the body for the webhooks listed below:

  • order.created
  • order.completed
  • payment.completed
  • payment.failed
{
  ...
  "metadata": {
    "static_va_account_number": "123617005010",
    "static_va_id": "va_Yv9Jm7iEkE2923"
  }
  ...
}

Refer to this section for more details on webhooks