FiatPayoutApiDTO
- accountType: string
Number requiredDestination bank account IBAN or local account number (e.g. UK 8-digit account number)
- amountType: numberrequired
Amount to send
- bankType: string
Code requiredBank identifier. Interpreted by destination: ACH routing number for USD→US, UK sort code for GBP→GB, SWIFT/BIC otherwise.
- bankType: string
Name requiredName of the destination bank
- beneficiaryType: stringenum
Relationship requiredRelationship to the beneficiary (required when currency is USD)
values- E
M P L O Y E E - C
O N T R A C T O R - V
E N D O R - S
U B S I D I A R Y - M
E R C H A N T - C
U S T O M E R - L
A N D L O R D - F
A M I L Y - O
T H E R
- beneficiaryType: stringenum
Type requiredBeneficiary type
values- B
U S I N E S S - I
N D I V I D U A L
- cityType: stringrequired
City
- countryType: stringenum
Code requiredDestination country code (ISO 3166-1 alpha-2)
values- A
L - D
Z - A
G - A
R - A
M
- currencyType: stringenumrequired
Fiat currency
values- U
S D - E
U R - G
B P
- postalType: string
Code requiredPostal code
- referenceType: stringrequired
Payment reference (max 30 chars, alphanumeric)
- streetType: string
Address requiredStreet address
- businessType: string
Name Business legal name (required if beneficiaryType is BUSINESS)
- firstType: string
Name Beneficiary first name (required if beneficiaryType is INDIVIDUAL)
- lastType: string
Name Beneficiary last name (required if beneficiaryType is INDIVIDUAL)
- paymentType: string
Purpose Purpose of payment
- paymentType: string
Purpose Attachment Id Id of a file previously uploaded via POST /v1/files. Pass the value of data.id from that response here verbatim.