API Integration Overview
This guide aims to outline the list and types of interfaces included in BasicEx Payment.
Payment Invoice Interfaces
- Create an Invoice
- BasicEx Payment refers to incoming cryptocurrency payments as "payment invoices." If you want to accept payments, you need to create a payment invoice.
- Update an Invoice
- You can use this interface to update payment invoice information, such as currency, amount, blockchain, etc.
- Retrieve an Invoice
- Use this interface to retrieve the transaction details of a payment invoice.
Payout Request Interfaces
- Create a Payout Request
- BasicEx Payment provides the most powerful and fast blockchain payment interface. You can use this interface to make one-click payments to any blockchain wallet address supported by BasicEx Payment.
- Retrieve a Payout Request
- BasicEx Payment allows you to retrieve the transaction details of a payout request through this interface.
Webhooks
BasicEx Payment uses Webhooks to notify about the order status of payment invoices and payouts.
To receive Webhooks, make sure to provide the notificationURL
when creating an invoice. BasicEx Payment will send the webhook to this URL.