# Stablepay ## Docs - [List Supported Banks](https://developers.stablepay.ai/banks.md): Returns a list of supported banks for the specified country. - [Create Payin](https://developers.stablepay.ai/collect-payin.md): Submit a fiat-to-stablecoin payin. - [FX Rate](https://developers.stablepay.ai/convert.md): Returns a live indicative exchange rate and fee breakdown. - [Create Payout](https://developers.stablepay.ai/create-payout.md): Submit a stablecoin-to-fiat payout. - [Create Customer](https://developers.stablepay.ai/customers/create-customer.md): The customers API is a KYC API for DeFi wallets. Onboard and verify your end-users, then link their wallet addresses so verified identity travels with their on-chain activity. - [Get Customer](https://developers.stablepay.ai/customers/get-customer.md): Retrieve a customer by ID. - [Link Wallet](https://developers.stablepay.ai/customers/link-wallet.md): Link an on-chain wallet address to a KYC-verified customer, so their verified identity travels with that wallet's on-chain activity. - [Reverify Customer](https://developers.stablepay.ai/customers/reverify-customer.md): Start a new verification for a customer. Limited to three retries. - [Get Payment](https://developers.stablepay.ai/get-payment.md): Retrieve a single payment by ID. - [Validate Account](https://developers.stablepay.ai/validate.md): Resolve an account number or phone number to its registered name. - [List Webhook Events](https://developers.stablepay.ai/webhooks/list-events.md): Paginated delivery event log for the authenticated tenant, newest first. Shows status, attempt count, and last error for each event. - [Register Webhook](https://developers.stablepay.ai/webhooks/register.md): Register a URL to receive outbound event notifications. Pass an empty `events` array to subscribe to all event types. - [Replay Webhook](https://developers.stablepay.ai/webhooks/replay-event.md): Re-enqueue a failed webhook delivery for retry. Resets the attempt counter to 0. Useful when your endpoint was temporarily down and you want to re-deliver missed events. ## OpenAPI Specs - [openapi](https://developers.stablepay.ai/openapi.yaml)