- Get all outgoing wire transfer transactions
Create an outgoing wire transfer
Get an outgoing wire transfer transaction
Update the beneficiary name of an outgoing wire transfer
Get an outgoing wire transfer payment confirmation
Cancel an outgoing wire transfer transaction
Confirm an outgoing wire transfer transaction
Issue a one-time password that can be used to verify an outgoing wire transfer
Verify an outgoing wire transfer using a one-time password
Issue a push notification that can be used to verify an outgoing wire transfer
Get all outgoing wire tra...
Retrieves all the outgoing wire transfer transactions performed by the logged-in identity.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/outgoing_wire_transfers
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/outgoing_wire_transfers
curl -i -X GET \
'https://sandbox.weavr.io/multi/outgoing_wire_transfers?offset=0&limit=1&profileId=string&instrument=type%3Dmanaged_accounts%26id%3Dstring&sourceInstrument.id=string&sourceInstrument.type=managed_accounts&state=INVALID&createdFrom=0&createdTo=0&executedFrom=0&executedTo=0&tag=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'