Skip to main content
Weavr API
Incoming wire transfers

Approve or reject incoming wire transfers

Webhook/bank_transfers_in/authorisation_request

Receive incoming wire transfer authorization events and reply with APPROVED or DENIED.

To receive these events, enable Incoming Wire Transfer Forwarding and configure the Authorization Forwarding URL in the Embedder Portal. Weavr sends this event to {Authorization Forwarding URL}/bank_transfers_in/authorisation_request.

A response is expected within 1.5 seconds. If no valid response is received, the transfer is denied.

Payload

application/json
{}
objectobject · 5 fields

Responses

200OK

Authorization event received with an APPROVED or DENIED decision.

Body
application/json
{}
objectobject · 1 field
Response example
{  "result": "APPROVED"}