# Boundlesspay API ## Docs - [Create An Order](https://docs.boundlesspay.com/api-reference/checkout/createanorder.md): Create a new order - [Get An Order](https://docs.boundlesspay.com/api-reference/checkout/getanorder.md): Use this to retrieve a single order - [Get Order Payment Status](https://docs.boundlesspay.com/api-reference/checkout/getorderpaymentstatus.md): Get payment status for an order - [Get Orders](https://docs.boundlesspay.com/api-reference/checkout/getorders.md): Retrieve all orders - [Pay Order With Bank Transfer](https://docs.boundlesspay.com/api-reference/checkout/payorderwithbanktransfer.md): Pay for an order via bank transfer - [Pay Order With Card](https://docs.boundlesspay.com/api-reference/checkout/payorderwithcard.md): Pay for an order using card - [Get Countries](https://docs.boundlesspay.com/api-reference/countries/getCountries.md): Use this to retrieve a list of supported countries - [Create A Conversion](https://docs.boundlesspay.com/api-reference/currencies/createAconversion.md): Use this to convert one currency to another - [Create A Quote](https://docs.boundlesspay.com/api-reference/currencies/createAquote.md): Use this to generate a currency conversion quote - [Get currencies](https://docs.boundlesspay.com/api-reference/currencies/getcurrencies.md): Use this to retrieve a list of supported fiat and crypto currencies - [Introduction](https://docs.boundlesspay.com/api-reference/introduction.md): Get started using our available API endpoints - [Account Name Lookup](https://docs.boundlesspay.com/api-reference/remittance/bankTransfer/accountnamelookup.md): Use this to lookup an account - [Get Banks](https://docs.boundlesspay.com/api-reference/remittance/bankTransfer/getbanks.md): Retrieves a list of Banks. - [Get Bank Transfer Status](https://docs.boundlesspay.com/api-reference/remittance/bankTransfer/getbanktransferstatus.md): Retrieve the status of a bank transfer using its reference - [Initiate Bank Transfer](https://docs.boundlesspay.com/api-reference/remittance/bankTransfer/initiatebanktransfer.md): Use this to initiate a bank transfer - [Preview Bank Transfer](https://docs.boundlesspay.com/api-reference/remittance/bankTransfer/previewbanktransfer.md): Use this to preview a bank transfer - [Get Destination Configuration](https://docs.boundlesspay.com/api-reference/remittance/getdestinationconfiguration.md): Retrieve configuration requirements for a destination country - [Supported countries](https://docs.boundlesspay.com/api-reference/remittance/supportedcountries.md): Fetch all supported countries for remittance transfers - [Create A Sub Account](https://docs.boundlesspay.com/api-reference/subAccount/createAsubaccount.md): Creates a new sub-account linked to the authenticated business account using the provided email. - [Get A Sub Account](https://docs.boundlesspay.com/api-reference/subAccount/getAsubaccount.md): Retrieve detailed information about a specific sub-account by its reference ID. - [Get Sub Account](https://docs.boundlesspay.com/api-reference/subAccount/getsubaccounts.md): Retrieve a paginated list of sub-accounts belonging to the authenticated business. - [Cancel Subscription](https://docs.boundlesspay.com/api-reference/subscription/cancelsubscription.md): Cancel an active subscription. - [Charge Subscription](https://docs.boundlesspay.com/api-reference/subscription/chargesubscription.md): Manually trigger a charge for a subscription. - [Create Subscription](https://docs.boundlesspay.com/api-reference/subscription/createsubscription.md): Create a new subscription for a customer. - [Pause Subscription](https://docs.boundlesspay.com/api-reference/subscription/pausesubscription.md): Pause an active subscription temporarily. - [Add card](https://docs.boundlesspay.com/api-reference/subscription/payments/cards/addcard.md): Add a new card for subscription payments. - [Delete card](https://docs.boundlesspay.com/api-reference/subscription/payments/cards/deletecard.md): Delete a saved card by ID. - [Set default card](https://docs.boundlesspay.com/api-reference/subscription/payments/cards/setdefaultcard.md): Set a default card for a customer. - [Get Payment](https://docs.boundlesspay.com/api-reference/subscription/payments/getpayment.md): Retrieve details of a specific subscription payment by ID. - [List Payemnts](https://docs.boundlesspay.com/api-reference/subscription/payments/listpayemnts.md): Retrieve a list of subscription payments. - [Retry failed payment](https://docs.boundlesspay.com/api-reference/subscription/payments/retryfailedpayment.md): Retry a failed subscription payment. - [Create Plan](https://docs.boundlesspay.com/api-reference/subscription/plans/createplan.md): Create a new subscription plan. - [Delete Plan](https://docs.boundlesspay.com/api-reference/subscription/plans/deleteplan.md): Delete a subscription plan by ID. - [Plan](https://docs.boundlesspay.com/api-reference/subscription/plans/plan.md): Retrieve details of a specific subscription plan by ID. - [Plans](https://docs.boundlesspay.com/api-reference/subscription/plans/plans.md): Retrieve a list of subscription plans. - [Update Plan](https://docs.boundlesspay.com/api-reference/subscription/plans/updateplan.md): Update an existing subscription plan. - [Subscription](https://docs.boundlesspay.com/api-reference/subscription/subscription.md) - [Subscriptions](https://docs.boundlesspay.com/api-reference/subscription/subscriptions.md): Retrieve a paginated list of subscriptions. ## OpenAPI Specs - [openapi](https://docs.boundlesspay.com/api-reference/openapi.json)