For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
API GuideAPI ReferenceChangelog
API GuideAPI ReferenceChangelog
  • API Reference
  • Webhook Reference
      • POSTVirtual Account Status Updated Event
LogoLogo
Webhook ReferenceVirtual Accounts

Virtual Account Status Updated Event

Payload
1{
2 "customer_id": "0201000010520648",
3 "customer_name": "Trevor",
4 "virtual_account_details": {
5 "virtual_account_number": "123456000000049",
6 "virtual_account_type": "Checking",
7 "financial_institution_name": "CFSB bank",
8 "address": "CFSB US",
9 "status": "ACTIVE",
10 "currency": "USD",
11 "country": "US",
12 "country_specific_code": "543212458",
13 "country_specific_type": "ABA",
14 "country_specific_method": "ACH",
15 "country_specific_code2": "543212458",
16 "country_specific_type2": "ABA",
17 "country_specific_method2": "WIRE"
18 }
19}
Sent when the status of a virtual account changes to Active or Closed. Once you have subscribed to the "VBAN STATUS" event type, Redpin will call your designated API endpoint with the payload described below when there is an update to one of your virtual account's statuses.
Was this page helpful?
Previous

Payment Status Updated Event

Next
Built with

Payload

The payload of this webhook request is an object.
customer_idstringRequired
Customer number.
customer_namestringRequired
Name of the customer.
virtual_account_detailsobjectRequired

Response

200
Webhook received successfully
400
Invalid payload