Search...
APIJSLog inGet started in sandbox
Airwallex logo
Home
Platform APIs
Connected Accounts
Accounts
Payments
Transactional FX
Payouts
Issuing
Back to home
OverviewHow Airwallex Payouts work
Payout network
Use cases
Transfers
Create a transfer
Transfer statusesGenerate a confirmation letter
Simulate transfer status transition
Validate a transferManage transfers
Transfers to countries/regions with capital controls
Transfers via Airwallex PayEmbedded Transfer component

Generate a confirmation letter

Call Create confirmation letter API to generate transfer confirmation letters by providing the following parameters in your request:

  • format: Specify the format of the confirmation letter - STANDARD (with fee information) or NO_FEE_DISPLAY (without fee information).
  • transaction_id: Provide id of the transfer.

Example request

Shell

If you are registered as a platform account, you can call this endpoint on behalf of your connected accounts by specifying the open ID in the x-on-behalf-of header.

A successful request will return the confirmation letter in pdf format as file stream, including the following details:

  • Transfer details: Amount paid, transfer method, creation date, transfer date, amount received, transfer fee, transfer status, exchange rate (if currency conversion involved), etc.
  • Beneficiary details: Recipient's name, bank code, bank name, account number, address, etc.
  • Payer details (if applicable): Payer's name, address, etc.

Please find below example files in the two respective formats:

Confirmation letter - STANDARD

Confirmation letter - NO_FEE_DISPLAY

Was this page helpful?