Skip to content

Get an outgoing wire transfer payment confirmation

Request

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
Path
idstring^[0-9]+$required

The unique identifier of the Outgoing Wire Transfer transaction.

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'

Responses

Success

Bodyapplication/pdf
string, (binary)
Response
string