Create Crypto Payin Session
POST/checkout/payin/crypto
This endpoint initiates Noah’s hosted checkout session for cryptocurrency payments.
The solution creates a hosted session where customers make cryptocurrency payments through Noah’s hosted checkout page, requiring properties such as a CustomerID for customer identification, CryptoCurrency type (like USDC or Bitcoin), Amount specifications, and return/cancel URLs for post-payment redirection.
Use the endpoint to retrieve a response consisting of a checkout URL, which you pass to your customer so that they can complete their cryptocurrency payment through a hosted session.
The hosted flow handles the complete payment process with real-time status updates via Webhooks.
Request
Responses
- 200
- 400
- 401
- 500
Checkout request created
Bad request
Client is not authorized to perform this action
Internal server error