Sync transfer events
POST https://{{env_url}}/transfer/event/sync
/transfer/event/sync
allows you to request up to the next 25 transfer events that happened after a specific event_id
. Use the /transfer/event/sync
endpoint to guarantee you have seen all transfer events.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "after_id"=>0, "count"=>25}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"transfer_events":[{"account_id":"6qL6lWoQkAfNE3mB8Kk5tAnvpX81qefrvvl7B","transfer_amount":"12.34","transfer_id":"460cbe92-2dcc-8eae-5ad6-b37d0ec90fd9","transfer_type":"credit","event_id":1,"event_type":"pending","failure_reason":null,"origination_account_id":null,"timestamp":"2020-08-06T17:27:15Z"}],"request_id":"mdqfuVxeoza6mhu"}