Skip to main content

Create Fiat Payin Session

POST 

/checkout/payin/fiat

This endpoint initiates Noah’s hosted checkout session for fiat currency payments.

The solution creates a hosted session where customers make fiat currency payments through Noah’s hosted checkout interface, accepting parameters, including customer details. If customer details are filled out, a new customer will be created. Otherwise, the provided CustomerID should refer to an existing customer.

Use the endpoint to retrieve a response consisting of a checkout URL, which you pass to your customer so that they can complete their fiat payment through a hosted session.

The hosted flow handles the complete payment process with real-time status updates via Webhooks.

Request

Responses

Checkout request created

Callbacks

POST 

/

Send a callback to the specified URL when the payment status updates.

Callbacks Responses

Callback received successfully