Search...
APIJSLog inGet started
Airwallex logo
Home
Platform APIs
Payments
Transactional FX
Payouts
Issuing
Connected Accounts
Accounts
Back to home
OverviewUnderstanding Payments for PlatformsChoose your Payments for Platforms solution
Use cases
Pay out funds
Create a transfer
Transfer statusesGenerate a confirmation letter
Simulate transfer status transition
Using API and form schemasEmbedded 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