# CentryOS ## Docs - [Create end user account](https://docs.centryos.xyz/api-reference/account-service/create-end-user-account.md) - [Create JWT Token](https://docs.centryos.xyz/api-reference/account-service/create-jwt.md): Generate a JWT for API authentication. - [Generate access token](https://docs.centryos.xyz/api-reference/account-service/generate-access-token.md) - [Get account list](https://docs.centryos.xyz/api-reference/account-service/get-account-list.md) - [Get account metadata](https://docs.centryos.xyz/api-reference/account-service/get-account-metadata.md) - [Verify access token](https://docs.centryos.xyz/api-reference/account-service/verify-access-token.md) - [Application tokens](https://docs.centryos.xyz/api-reference/liquidity-service/application-tokens.md) - [Create linked account widget](https://docs.centryos.xyz/api-reference/liquidity-service/create-linked-account-widget.md) - [Create multi currency wallet](https://docs.centryos.xyz/api-reference/liquidity-service/create-multi-currency-wallet.md) - [Create Payment Link](https://docs.centryos.xyz/api-reference/liquidity-service/create-payment-link.md) - [Create payout link](https://docs.centryos.xyz/api-reference/liquidity-service/create-payout-link.md) - [Get multi currency wallets](https://docs.centryos.xyz/api-reference/liquidity-service/get-multi-currency-wallets.md) - [Get transaction history](https://docs.centryos.xyz/api-reference/liquidity-service/get-transaction-history.md) - [Get transaction status](https://docs.centryos.xyz/api-reference/liquidity-service/get-transaction-status.md) - [Get Transaction Webhook Payload](https://docs.centryos.xyz/api-reference/liquidity-service/get-transaction-webhook-payload.md): Fetch the current webhook payload for a withdrawal transaction by its ID. Use this to manually sync your system if a webhook delivery was missed. - [Link bank account](https://docs.centryos.xyz/api-reference/liquidity-service/link-bank-account.md) - [Link card account](https://docs.centryos.xyz/api-reference/liquidity-service/link-card-account.md) - [Link International Bank Account](https://docs.centryos.xyz/api-reference/liquidity-service/link-international-bank-account.md): Link an international bank account for cross-border payouts and wire transfers. - [List linked accounts](https://docs.centryos.xyz/api-reference/liquidity-service/list-linked-accounts.md) - [List linked accounts business](https://docs.centryos.xyz/api-reference/liquidity-service/list-linked-accounts-business.md) - [Withdraw to Linked Account](https://docs.centryos.xyz/api-reference/liquidity-service/withdraw-to-linked-account.md): Initiate a payout from an end-user's SPEND wallet to a linked payout method (bank or card). - [Application Tokens](https://docs.centryos.xyz/guides/application-tokens.md): List and create application tokens for withdrawal widgets and account linking. - [Collections event](https://docs.centryos.xyz/guides/collections-event.md) - [Create End User Account (Person)](https://docs.centryos.xyz/guides/create-end-user-account.md): Create an end-user (customer) account to represent your user in CentryOS. - [Create End User Wallets](https://docs.centryos.xyz/guides/create-end-user-wallets.md) - [Create JWT Token](https://docs.centryos.xyz/guides/create-jwt.md): Generate a JSON Web Token (JWT) for API authentication - [Create Linked Account Widget](https://docs.centryos.xyz/guides/create-linked-account-widget.md): Generate a shareable link that lets end users link their bank, card, or international bank account. - [Create Multi-Currency Wallets (End User)](https://docs.centryos.xyz/guides/create-multi-currency-wallets.md): Create USD and NGN wallets for an end-user entity in one call. - [Create Payment Link](https://docs.centryos.xyz/guides/create-payment-link.md): Create a payment link for collecting payments from customers (one-time or recurring). - [Create Withdrawal Widget](https://docs.centryos.xyz/guides/create-payout-link.md): Generate a withdrawal widget (application token/link) for withdrawals and account linking. - [Create User Account](https://docs.centryos.xyz/guides/create-user-account.md) - [Generate Access Token](https://docs.centryos.xyz/guides/generate-access-token.md): Use client credentials to obtain a JWT for Account and Liquidity APIs. - [Get Accounts (List)](https://docs.centryos.xyz/guides/get-account-list.md): List user and business accounts with pagination. - [Get Account Metadata](https://docs.centryos.xyz/guides/get-account-metadata.md): Retrieve account details (user or business) by entityId. - [Introduction](https://docs.centryos.xyz/guides/get-api-credentials.md): Welcome to the CentryOS API documentation - [Get End User Wallets](https://docs.centryos.xyz/guides/get-end-user-wallets.md) - [Get Transaction History](https://docs.centryos.xyz/guides/get-transaction-history.md): Retrieve a paginated list of transaction history for a specific wallet. - [Get Transaction Status](https://docs.centryos.xyz/guides/get-transaction-status.md): Retrieve the current status and details of a specific transaction by its ID. - [Get transaction webhook payload](https://docs.centryos.xyz/guides/get-transaction-webhook-payload.md) - [Link Bank Account](https://docs.centryos.xyz/guides/link-bank-account.md): Link a US bank account (ACH / RTP / wire) as a payout destination using an application token. - [Link Card Account](https://docs.centryos.xyz/guides/link-card-account.md): Link a debit card (push-to-card) as a payout destination using an application token. - [Link International Bank Account](https://docs.centryos.xyz/guides/link-international-bank-account.md): Link an international bank account for cross-border payouts and wire transfers. - [List Linked Accounts](https://docs.centryos.xyz/guides/list-linked-accounts.md): Retrieve a paginated, filterable list of linked accounts for a business or end-user. - [Verify Access Token](https://docs.centryos.xyz/guides/verify-access-token.md): Validate a JWT before calling protected endpoints. - [Webhook Authentication](https://docs.centryos.xyz/guides/webhook-auth.md): Webhook requests are signed with sha512 hash from the body and secret key. - [Withdraw to Linked Account](https://docs.centryos.xyz/guides/withdraw-to-linked-account.md): Initiate a payout from an end-user's SPEND wallet to a linked payout method (bank or card). - [Withdrawal event](https://docs.centryos.xyz/guides/withdrawal-event.md) ## OpenAPI Specs - [openapi](https://docs.centryos.xyz/api-reference/openapi.yml)