# Wayex API > Wayex direct payment routes and isolated Treasury accounts for AUD and supported stablecoins. ## Docs - [Create an API key](https://docs.rails.wayex.com/api-reference/api-keys/create-an-api-key.md): Creates a tenant-bound API key with the requested type and access restrictions. - [List API keys](https://docs.rails.wayex.com/api-reference/api-keys/list-api-keys.md): Lists API-key metadata for the current tenant account without returning secret values. - [Revoke an API key](https://docs.rails.wayex.com/api-reference/api-keys/revoke-an-api-key.md): Revokes an API key so it can no longer authenticate new requests. - [Rotate an API key](https://docs.rails.wayex.com/api-reference/api-keys/rotate-an-api-key.md): Replaces an API key’s secret while retaining its identity and supported access settings. - [Update API-key restrictions](https://docs.rails.wayex.com/api-reference/api-keys/update-key-restrictions.md): Changes supported restrictions on an existing API key. - [Create a customer](https://docs.rails.wayex.com/api-reference/customers/create-a-customer.md): Creates an individual or business customer under the current tenant account. - [Create a hosted verification link](https://docs.rails.wayex.com/api-reference/customers/create-a-verification-link.md): Issues a hosted link where a customer completes identity or business verification. - [Get a customer](https://docs.rails.wayex.com/api-reference/customers/get-a-customer.md): Returns the current record for one customer. - [List customers](https://docs.rails.wayex.com/api-reference/customers/list-customers.md): Lists end customers onboarded under the current tenant account. - [List customer entitlements](https://docs.rails.wayex.com/api-reference/customers/list-entitlements.md): Returns the capabilities currently granted to one customer. - [Update a customer](https://docs.rails.wayex.com/api-reference/customers/update-a-customer.md): Updates supported fields on an existing customer without replacing the whole record. - [Get the developer fee schedule](https://docs.rails.wayex.com/api-reference/fees/get-developer-fees.md): Returns the developer fee schedule applied to eligible future direct-route conversions. - [Set the developer fee schedule](https://docs.rails.wayex.com/api-reference/fees/set-developer-fees.md): Replaces the developer fee schedule used for eligible future direct-route conversions. - [Accept a team invitation](https://docs.rails.wayex.com/api-reference/invitations/accept-an-invitation.md): Uses a valid invitation token to activate the invited team member and set their sign-in credentials. - [Validate a team invitation](https://docs.rails.wayex.com/api-reference/invitations/validate-an-invitation.md): Checks whether a one-time team invitation token is valid and returns the invitation details needed by the activation screen. - [Get an invoice](https://docs.rails.wayex.com/api-reference/invoices/get-an-invoice.md): Returns line items and status for one invoice. - [List invoices](https://docs.rails.wayex.com/api-reference/invoices/list-invoices.md): Lists invoices issued to the current tenant account. - [API reference](https://docs.rails.wayex.com/api-reference/overview.md): Base URL, authentication, conventions, and endpoint explainers for the Wayex REST API. - [Create a payment route for a customer](https://docs.rails.wayex.com/api-reference/payment-routes/create-a-customer-payment-route.md): Creates a standing payment route under the customer identified in the URL. - [Create a payment route](https://docs.rails.wayex.com/api-reference/payment-routes/create-a-payment-route.md): Creates a standing on-ramp or off-ramp route and provisions its reusable funding instructions. - [Get a payment route](https://docs.rails.wayex.com/api-reference/payment-routes/get-a-payment-route.md): Returns configuration and current status for one standing payment route. - [Get payment route funding instructions](https://docs.rails.wayex.com/api-reference/payment-routes/get-funding-instructions.md): Returns the reusable bank or blockchain instructions a payer uses to fund one route. - [List a customer’s payment routes](https://docs.rails.wayex.com/api-reference/payment-routes/list-customer-payment-routes.md): Lists standing payment routes owned by one customer. - [List payment routes](https://docs.rails.wayex.com/api-reference/payment-routes/list-payment-routes.md): Lists standing customer payment routes for the current tenant account. - [Get an indicative exchange rate](https://docs.rails.wayex.com/api-reference/rates/get-an-indicative-rate.md): Returns the current indicative all-in rate for an AUD and stablecoin pair. It is useful for estimates and display only. - [Get developer-fee revenue](https://docs.rails.wayex.com/api-reference/revenue/get-revenue.md): Returns developer-fee revenue earned by the current tenant account. - [Get developer-fee revenue (alias)](https://docs.rails.wayex.com/api-reference/revenue/get-revenue-alias.md): Returns the same developer-fee revenue report through the reports namespace. - [Get a direct-route transfer](https://docs.rails.wayex.com/api-reference/transfers/get-a-transfer.md): Returns the authoritative lifecycle and linked references for one direct-route transfer. - [List recent account activity](https://docs.rails.wayex.com/api-reference/transfers/list-recent-activity.md): Returns a recent activity feed for the current tenant account. - [List direct-route transfers](https://docs.rails.wayex.com/api-reference/transfers/list-transfers.md): Lists conversions automatically created when customers fund direct payment routes. - [Accept a Treasury conversion quote](https://docs.rails.wayex.com/api-reference/treasury/accept-a-conversion-quote.md): Accepts an unexpired quote, creates the wallet conversion, and durably reserves its source debit. - [Create a Treasury beneficiary](https://docs.rails.wayex.com/api-reference/treasury/create-a-beneficiary.md): Creates a reusable individual or business recipient with BSB/account payout details and can validate optional Sumsub evidence in the same request. - [Create a Treasury conversion quote](https://docs.rails.wayex.com/api-reference/treasury/create-a-conversion-quote.md): Creates an exact, short-lived quote to convert between AUD and an enabled stablecoin in this tenant account. - [Create Treasury funding instructions](https://docs.rails.wayex.com/api-reference/treasury/create-a-funding-instrument.md): Provisions reusable AUD BSB/account instructions or a stablecoin deposit address for this tenant account. - [Create an AUD payout](https://docs.rails.wayex.com/api-reference/treasury/create-a-payout.md): Creates an AUD payout to a saved beneficiary and durably reserves its source debit from this tenant account’s AUD wallet. - [Create a stablecoin destination](https://docs.rails.wayex.com/api-reference/treasury/create-a-stablecoin-destination.md): Saves and validates an asset/network/address destination for later stablecoin withdrawals from this tenant account. - [Create a stablecoin withdrawal](https://docs.rails.wayex.com/api-reference/treasury/create-a-withdrawal.md): Creates a stablecoin withdrawal and durably reserves its source debit from this tenant account’s matching asset/network wallet. - [Deactivate a Treasury beneficiary](https://docs.rails.wayex.com/api-reference/treasury/deactivate-a-beneficiary.md): Deactivates a beneficiary for new payouts without deleting its identity or payout history. - [Deactivate Treasury funding instructions](https://docs.rails.wayex.com/api-reference/treasury/deactivate-a-funding-instrument.md): Deactivates a reusable funding instrument without deleting its historical funding links. - [Deactivate a stablecoin destination](https://docs.rails.wayex.com/api-reference/treasury/deactivate-a-stablecoin-destination.md): Deactivates a saved stablecoin destination for new withdrawals without rewriting withdrawal history. - [Export Treasury transactions](https://docs.rails.wayex.com/api-reference/treasury/export-transactions.md): Exports the same tenant-scoped, non-PII transaction view as a CSV file for reconciliation and finance workflows. - [Get a Treasury beneficiary](https://docs.rails.wayex.com/api-reference/treasury/get-a-beneficiary.md): Returns one saved AUD beneficiary and its current eligibility details for this tenant account. - [Get a Treasury wallet conversion](https://docs.rails.wayex.com/api-reference/treasury/get-a-conversion.md): Returns the quote, source reservation, fee, trade, physical settlement legs, destination credit, and current state for one conversion. - [Get Treasury funding instructions](https://docs.rails.wayex.com/api-reference/treasury/get-a-funding-instrument.md): Returns one reusable AUD or stablecoin funding instrument owned by this tenant account. - [Get an AUD payout](https://docs.rails.wayex.com/api-reference/treasury/get-a-payout.md): Returns the authoritative amount, fee, reservation, beneficiary, references, and lifecycle for one AUD payout. - [Get an incoming stablecoin deposit](https://docs.rails.wayex.com/api-reference/treasury/get-a-stablecoin-deposit.md): Returns one provider-created stablecoin deposit with asset/network, transaction reference, finality, amounts, status, next action, and linked wallet movement. - [Get a stablecoin destination](https://docs.rails.wayex.com/api-reference/treasury/get-a-stablecoin-destination.md): Returns one saved stablecoin destination with its asset, network, address, version, validation, and activity status. - [Get a stablecoin withdrawal](https://docs.rails.wayex.com/api-reference/treasury/get-a-withdrawal.md): Returns the authoritative amount, fee, reservation, destination, transaction reference, and lifecycle for one withdrawal. - [Get an incoming AUD pay-in](https://docs.rails.wayex.com/api-reference/treasury/get-an-aud-payin.md): Returns one provider-created AUD pay-in with amounts, source references, status, reason, next action, and linked wallet movement. - [Get effective Treasury settings](https://docs.rails.wayex.com/api-reference/treasury/get-effective-settings.md): Returns the client-safe fees, limits, rails, networks, and evidence policy currently effective for this tenant account. - [Get the Treasury overview](https://docs.rails.wayex.com/api-reference/treasury/get-the-overview.md): Returns the tenant account’s Treasury summary, including wallet balances, funding setup, and effective capabilities. - [List incoming AUD pay-ins](https://docs.rails.wayex.com/api-reference/treasury/list-aud-payins.md): Lists provider-created incoming AUD payments observed on this tenant account’s funding instructions. - [List Treasury wallet balances](https://docs.rails.wayex.com/api-reference/treasury/list-balances.md): Lists the isolated AUD and stablecoin wallet balances owned by this tenant account. - [List Treasury beneficiaries](https://docs.rails.wayex.com/api-reference/treasury/list-beneficiaries.md): Lists reusable individual and business recipients that this tenant account can pay in AUD. - [List Treasury wallet conversions](https://docs.rails.wayex.com/api-reference/treasury/list-conversions.md): Lists accepted AUD-to-stablecoin and stablecoin-to-AUD wallet conversions for this tenant account. - [List Treasury funding instructions](https://docs.rails.wayex.com/api-reference/treasury/list-funding-instruments.md): Lists reusable AUD BSB/account instructions and stablecoin deposit addresses issued to this tenant account. - [List AUD payouts](https://docs.rails.wayex.com/api-reference/treasury/list-payouts.md): Lists AUD payouts submitted by this tenant account. - [List incoming stablecoin deposits](https://docs.rails.wayex.com/api-reference/treasury/list-stablecoin-deposits.md): Lists provider-created stablecoin deposits observed on this tenant account’s issued addresses. - [List stablecoin destinations](https://docs.rails.wayex.com/api-reference/treasury/list-stablecoin-destinations.md): Lists saved, validated stablecoin withdrawal destinations owned by this tenant account. - [List Treasury wallet movements](https://docs.rails.wayex.com/api-reference/treasury/list-wallet-movements.md): Lists immutable wallet credits, debits, reservations, releases, fees, returns, and adjustments for this tenant account. - [List stablecoin withdrawals](https://docs.rails.wayex.com/api-reference/treasury/list-withdrawals.md): Lists stablecoin withdrawals from this tenant account’s wallet. - [Preview an AUD payout](https://docs.rails.wayex.com/api-reference/treasury/preview-a-payout.md): Calculates the effective payout fee, total AUD source debit, current eligibility, and any hold reason without creating an operation. - [Preview a stablecoin withdrawal](https://docs.rails.wayex.com/api-reference/treasury/preview-a-withdrawal.md): Calculates the effective withdrawal fee, total source debit, current eligibility, and any hold reason for a saved destination without creating an operation. - [Search Treasury operations](https://docs.rails.wayex.com/api-reference/treasury/search-operations.md): Returns a cursor-paginated view across this tenant account’s payouts, conversions, and stablecoin withdrawals. - [Search Treasury transactions](https://docs.rails.wayex.com/api-reference/treasury/search-transactions.md): Returns cursor-paginated wallet movements enriched with their operation kind, operation state, and external reference when available. - [Submit optional reusable identity evidence](https://docs.rails.wayex.com/api-reference/treasury/submit-identity-evidence.md): Validates a single-use Sumsub share token and binds the reusable accepted evidence result to one beneficiary. - [Create a webhook subscription](https://docs.rails.wayex.com/api-reference/webhooks/create-a-subscription.md): Registers an HTTPS endpoint to receive signed Wayex events for this tenant account. - [List webhook deliveries](https://docs.rails.wayex.com/api-reference/webhooks/list-deliveries.md): Returns recent delivery attempts for one webhook subscription, including their outcome. - [List webhook subscriptions](https://docs.rails.wayex.com/api-reference/webhooks/list-subscriptions.md): Lists the webhook endpoints registered for the current tenant account. - [Authentication](https://docs.rails.wayex.com/authentication.md): Authenticate with a tenant-bound API key and grant direct-route or Treasury access. - [Activity and history](https://docs.rails.wayex.com/console/activity.md): Follow direct-route transfers and reconcile Treasury wallet activity inside one tenant account. - [Onboarding customers](https://docs.rails.wayex.com/console/customers.md): Add end customers by email, track verification, and unlock entitlements on approval. - [Developers](https://docs.rails.wayex.com/console/developers.md): Manage API keys, your developer fee, and webhook subscriptions for your programmatic integration. - [Console overview](https://docs.rails.wayex.com/console/overview.md): What the Wayex console is, who signs in, and a tour of every section. - [Payment routes](https://docs.rails.wayex.com/console/payment-routes.md): The product. Create a standing route for a verified customer; they fund it any time, and Wayex auto-converts at the live rate the moment funds land. - [Team & roles](https://docs.rails.wayex.com/console/team-roles.md): Invite team members and assign roles that govern what each person can see and do in the console. - [Treasury](https://docs.rails.wayex.com/console/treasury.md): Use the client console to fund, pay, convert, withdraw, track, and configure one isolated Treasury account. - [Errors](https://docs.rails.wayex.com/errors.md): The standard error envelope and what each status code means. - [Idempotency](https://docs.rails.wayex.com/idempotency.md): Safely retry value-affecting requests without creating duplicates. - [Wayex API](https://docs.rails.wayex.com/introduction.md): AUD and stablecoin orchestration through direct customer routes or an isolated, prefunded Treasury account. - [Postman collection](https://docs.rails.wayex.com/postman.md): Run the tenant-bound Wayex API surface with chained direct-route and Treasury examples. - [Quickstart](https://docs.rails.wayex.com/quickstart.md): Authenticate, confirm your account, and run a direct-route or Treasury workflow. - [Beneficiaries and payouts](https://docs.rails.wayex.com/treasury/beneficiaries-and-payouts.md): Save an AUD BSB/account recipient, supply optional identity evidence, and submit a prefunded payout. - [Conversions and withdrawals](https://docs.rails.wayex.com/treasury/conversions-and-withdrawals.md): Convert between AUD and stablecoin with physical rebalancing, then withdraw to a saved destination. - [Funding and balances](https://docs.rails.wayex.com/treasury/funding-and-balances.md): Fund an isolated Treasury account in AUD or stablecoin and understand when money becomes available. - [Operations and reconciliation](https://docs.rails.wayex.com/treasury/operations-and-reconciliation.md): Track Treasury operations, consume webhooks safely, and reconcile each isolated account to wallet movements. - [Treasury overview](https://docs.rails.wayex.com/treasury/overview.md): How an isolated Wayex Treasury account funds, pays, converts, withdraws, and reconciles AUD and stablecoins. ## OpenAPI Specs - [openapi](https://docs.rails.wayex.com/api-reference/openapi.json)