- Get an outgoing wire transfer payment confirmation
Create an outgoing wire transfer
Get all outgoing wire transfer transactions
Get an outgoing wire transfer transaction
Update the beneficiary name of an outgoing wire transfer
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 an outgoing wire tran...
Returns a payment-confirmation PDF for the completed outgoing wire transfer identified by the id path parameter. If the transfer was subsequently returned, the document also includes the return details.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/outgoing_wire_transfers/{id}/payment_confirmation
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/outgoing_wire_transfers/{id}/payment_confirmation
curl -i -X GET \
'https://sandbox.weavr.io/multi/outgoing_wire_transfers/{id}/payment_confirmation' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'