Receiving Payment to Reserved Account

Incoming payments through virtual accounts will trigger a new payin event to help you track collections with greater accuracy.

EventResource
payin.receivedThis event is sent when a reserved account receives a bank transfer

Sample payload:

{
   "id":"17334117902167191862-anc_py_et",
   "type":"payin.received",
   "attributes":{
      "createdAt":"2024-12-05T15:16:30.216482488"
   },
   "relationships":{
      "payIn":{
         "data":{
            "id":"17338992012850-anc_py",
            "type":"PayIn"
         }
      }
   }
}