# Sardine Payments ## Docs - [Send bank information](https://docs.payments.sardine.ai/api_reference/nft/banks/send-bank-information.md): Simply populate the appropriate field in the plaidData object. Make sure to fill in the correct field corresponding to the correct Plaid API endpoint. For example, if you call the Plaid transactions API, you should set plaidData.transactionsResponse to be the JSON string containing the response. Not… - [Create Payout](https://docs.payments.sardine.ai/api_reference/nft/create-payout.md): Create a Payout where Sardine will send crypto to specified wallet(s) in specified cryptocurrencies. - [Get Customers](https://docs.payments.sardine.ai/api_reference/nft/customers/get-customers.md): Fetches list of all customers. Can be filtered by passing `customerId` - [Post Customer Information](https://docs.payments.sardine.ai/api_reference/nft/customers/post-customer-information.md): Send User information to Sardine to store theie information and create a risk profile - [Fetch Payout Information](https://docs.payments.sardine.ai/api_reference/nft/fetch-payout-information.md): Fetch payouts information by `order_id` or `payout_id` - [Get fiat currencies](https://docs.payments.sardine.ai/api_reference/nft/get-fiat-currencies.md): List of fiat currencies supported by Sardine - [Get Geocoverage](https://docs.payments.sardine.ai/api_reference/nft/get-geocoverage.md): Get list of regions where Sardine is supported, separated by county and state regions - [Get Order(s)](https://docs.payments.sardine.ai/api_reference/nft/get-orders.md): Fetch information about an Order once its completed - [Fetch KYC](https://docs.payments.sardine.ai/api_reference/nft/identity/fetch-kyc.md): Retrieve result of document verification - [Add new Bank Account using aggregator token](https://docs.payments.sardine.ai/api_reference/nft/payment-method/add-new-bank-account-using-aggregator-token.md): Add new Bank Account to User. Currently, this can be done in one of two ways - [Delete Bank Account](https://docs.payments.sardine.ai/api_reference/nft/payment-method/delete-bank-account.md): Delete bank account with the corresponding bank account ID - [Get Bank Account](https://docs.payments.sardine.ai/api_reference/nft/payment-method/get-bank-account.md): Get information about Bank Account object - [Post Client Token](https://docs.payments.sardine.ai/api_reference/nft/post-client-token.md): Exchange your `clientId` and `clientSecret` for a `clientToken` that can be be used in frontend code. `clientToken` will be unusable after the `expiresAt` time, which will normally be after 30 min. - [Update NFT Status](https://docs.payments.sardine.ai/api_reference/nft/update-nft-status.md) - [Update Order](https://docs.payments.sardine.ai/api_reference/nft/update-order.md) - [Get Enabled Tokens](https://docs.payments.sardine.ai/api_reference/onramp/coverage/get-enabled-tokens.md): Fetch list of tokens supported. - [Get Fiat Currencies](https://docs.payments.sardine.ai/api_reference/onramp/coverage/get-fiat-currencies.md): List of fiat currencies supported by Sardine - [Get Geocoverage](https://docs.payments.sardine.ai/api_reference/onramp/coverage/get-geocoverage.md): Get list of regions where Sardine is supported, separated by county and state regions - [Get Supported Tokens](https://docs.payments.sardine.ai/api_reference/onramp/coverage/get-supported-tokens.md): Fetch list of tokens supported. - [Create Offramp Order](https://docs.payments.sardine.ai/api_reference/onramp/order-execution/create-offramp-order.md): This endpoint is used to initiate an offramp transaction, converting crypto to fiat and transferring funds to the user's connected payment method. - [Create Onramp Order](https://docs.payments.sardine.ai/api_reference/onramp/order-execution/create-onramp-order.md): This endpoint is used to initiate an onramp transaction, converting fiat to crypto and delivering the crypto to a destination wallet. - [Get an Order by ID](https://docs.payments.sardine.ai/api_reference/onramp/order/get-an-order-by-id.md): Fetch information about an Order once its completed - [Get User Orders](https://docs.payments.sardine.ai/api_reference/onramp/order/get-user-orders.md): This endpoint retrieves the list of orders placed by the user, with optional filtering based on specific query parameters like userId. - [Get Add Fiat Account Widget URL](https://docs.payments.sardine.ai/api_reference/onramp/payment-method/get-add-fiat-account-widget-url.md): This endpoint returns a URL where users can be redirected to connect external fiat payment methods, including credit/debit cards, bank accounts, and SEPA. - [Get Payment Method information](https://docs.payments.sardine.ai/api_reference/onramp/payment-method/get-payment-method-information.md): Get information about User's payment methods - [Get Quote](https://docs.payments.sardine.ai/api_reference/onramp/quote/get-quote.md): Sardine returns a quote on the amount of cryptocurrency that can be purchased or sold (for off-ramp), along with the associated fees, which are as follows - [Create Support Ticket](https://docs.payments.sardine.ai/api_reference/onramp/support/create-support-ticket.md): This endpoint allows users to file a support ticket with Sardine by providing their contact information and details about the issue. - [Get Client Token](https://docs.payments.sardine.ai/api_reference/onramp/user-onboarding/get-client-token.md): Exchange your `clientId` and `clientSecret` for a `clientToken` that can be be used in frontend code. `clientToken` will be unusable after the `expiresAt` time, which will normally be after 30 min. - [Get Customers](https://docs.payments.sardine.ai/api_reference/onramp/user-onboarding/get-customers.md): Fetches list of all customers. Can be filtered by passing `customerId` - [Get KYC Widget URL](https://docs.payments.sardine.ai/api_reference/onramp/user-onboarding/get-kyc-widget-url.md): This endpoint returns a URL that redirects the user to perform document-based KYC verification. - [Post Customer Information](https://docs.payments.sardine.ai/api_reference/onramp/user-onboarding/post-customer-information.md): Send User information to Sardine to store theie information and create a risk profile - [Supported Assets](https://docs.payments.sardine.ai/coverage/supported_assets.md): Sardine supports a wide range of digital assets for on-ramp and off-ramp flows, with instant settlement available on many major tokens. - [Geographic Coverage](https://docs.payments.sardine.ai/coverage/supported_geos.md): On-ramp and off-ramp coverage across 80+ countries, with compliance and fraud protections built in. - [Payment Methods](https://docs.payments.sardine.ai/coverage/supported_payment_methods.md): Global coverage across cards, bank transfers, and wallets, all optimized with Sardine’s risk and compliance platform. - [NFT Checkout with Crypto Payout](https://docs.payments.sardine.ai/integration_guides/nft_checkout/nft_checkout_payout.md): Sardine's NFT checkout widget offers a quick way to integrate the ability to directly purchase NFTs from fiat through a URL, and then settle with crypto. - [NFT Checkout](https://docs.payments.sardine.ai/integration_guides/nft_checkout/nft_checkout_web.md) - [NFT Checkout Webhooks](https://docs.payments.sardine.ai/integration_guides/nft_checkout/webhooks.md) - [Onboarding Guide](https://docs.payments.sardine.ai/integration_guides/onboarding_and_testing/client_onboarding.md) - [Issue Reporting](https://docs.payments.sardine.ai/integration_guides/onboarding_and_testing/issue_reporting.md) - [Testing Credentials](https://docs.payments.sardine.ai/integration_guides/onboarding_and_testing/test_user_credentials.md) - [API Integration](https://docs.payments.sardine.ai/integration_guides/onofframps/api_integration.md) - [Mobile Integration](https://docs.payments.sardine.ai/integration_guides/onofframps/mobile_integration.md) - [On/Off-ramp Product Overview](https://docs.payments.sardine.ai/integration_guides/onofframps/overview.md) - [Quickstart](https://docs.payments.sardine.ai/integration_guides/onofframps/quickstart.md) - [Crypto On/Off-ramp Testing Guide](https://docs.payments.sardine.ai/integration_guides/onofframps/testing.md) - [Web Integration](https://docs.payments.sardine.ai/integration_guides/onofframps/web_integration.md) - [On/Off-ramp Webhooks](https://docs.payments.sardine.ai/integration_guides/onofframps/webhooks.md) - [Getting Started](https://docs.payments.sardine.ai/overview/getting_started.md) - [Introduction to Sardine Payments](https://docs.payments.sardine.ai/overview/intro.md): A complete Merchant of Record solution with hosted or headless options, powered by Sardine's risk and compliance platform. - [Pricing](https://docs.payments.sardine.ai/overview/pricing.md): Simple, transparent pricing designed for scale. - [NFT Checkout](https://docs.payments.sardine.ai/products/nft_checkout.md): Enable direct NFT purchases with card or bank transfer, powered by Sardine's payments and risk platform. - [Crypto-to-Fiat Off-Ramp](https://docs.payments.sardine.ai/products/offramp.md): Instantly convert crypto to fiat and settle funds into bank accounts, backed by Sardine's risk and compliance platform. - [Fiat-to-Crypto On-Ramp](https://docs.payments.sardine.ai/products/onramp.md): A complete Merchant of Record on-ramp for consumer and enterprise crypto purchases, with built-in risk and compliance. - [Universal Identity](https://docs.payments.sardine.ai/products/universal_identity.md): A reusable identity solution that improves payment conversion and reduces onboarding friction. - [FAQ](https://docs.payments.sardine.ai/user/user_faq.md) ## OpenAPI Specs - [onramp](https://docs.payments.sardine.ai/api_reference/onramp.yaml) - [nft](https://docs.payments.sardine.ai/api_reference/nft.yaml) ## Optional - [Security Portal](https://security.sardine.ai) - [Contact Us](https://www.sardine.ai/contact)