Get Available Payment Gateways
Returns the list of available transaction types for the authenticated user, grouped by rail.
Each rail entry (bank, pix, crypto, ripio, or null for swap) includes its available transaction types (deposit, withdrawal, swap) with their fees and tax information. Results are filtered based on the user’s account country, KYC level, and app version.
Authorization
- Requires a valid API key.
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Query Parameters
Filter by rail. Swap has rail=null and is excluded when this filter is set. If omitted, all rails are returned (including rail=null for swap).
"bank"
Filter by transaction type. If omitted, all types are returned.
"withdrawal"