What can I do with the Fiat Transfers API?
- Paxos can accept wires from or send wires to a bank account, even if the bank account owner is not the same as the individual or institution onboarded with Paxos. This means Paxos allows wire transfers involving third-party bank accounts, subject to applicable compliance and regulatory checks.
- Fund your Paxos corporate account or withdraw your funds to an external bank account.
- Enable your users to directly fund their account or withdraw their funds to an external bank account.
How do I get the Identity ID required in requests?
- Paxos will send you the Identity ID for your corporate account.
- For user-based funding, Integrate the Identity API and use the corresponding endpoints.
How do I input the routing number (ABA) for US wires (Fedwire)?
Userouting_number_type
= ABA
. For US domestic wires, set fiat_network
= WIRE
and routing_number_type
= ABA
.
How do I input the SWIFT/BIC code for SWIFT wires?
Userouting_number_type
= SWIFT
. For SWIFT wires, set fiat_network
= WIRE
and routing_number_type
= SWIFT
.