Native API Integration
Introduction:
In this integration method, all front-end pages must be developed by the merchant, allowing users to complete payments entirely within the merchant’s interface.
Supports both onramp and offramp scenarios:
- For onramp, the ACH response provides a link that directly redirects to the payment gateway page.Currently, onramp only supports Credit Cards, Google Pay, and Apple Pay.
- For offramp, the ACH response provides the receiving wallet address of the order.
Domains:
Test: https://openapi-test.alchemypay.org
Prod: https://openapi.alchemypay.org
API Endpoints
API Call Recommendations
- First, call the
Crypto Query
API to check the supported crypto and limits. - Then, call the
Fiat Query
API to check the available payment methods and limits. - If an estimate is needed, call the
Quote Query
API. - Call the
Get Token
API to retrieve the user token. - Call the
Payment Method Form Query
API to retrieve the form information required for the payment method. - Call the
Submit Form
API to submit the user’s payment account information.(Google Pay and Apple Pay don't need to call this interface.) - Call the
Create Order
API.
Updated 2 months ago