ACH Checkout

Processes a checkout via ACH.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
fixedFee
object
string
enum
Allowed:
customerInfo
webhookInfo
object
chargebackProtectionData
array of objects

Purchase *

chargebackProtectionData
double
0 to 100

If this purchase is for a seller/submerchant where the marketplace takes a fee, this is the % fee which is taken from the subtotal amount.

subtotal
object
required
string

This is a token encoding the parameters for the request. Allows purchase parameters to be verified to prevent manipulation when the checkout page is presented to the user.

string
enum
Allowed:
transactionData

(EVM only) if you want to execute an EVM transaction on a successful purchase, you can pass a transaction request here.

Gas fees for the transaction will be automatically calculated and added to the total charged to the customer. Optionally the merchant can opt to pay for these gas fees.

rent
object

(Solana only) if your transaction requires a known amount of Rent to be paid, you can pass it here.

boolean

Only authorize the purchase. This will not actually capture the payment.(default: false)

string

If utilizing USDC settlement to addresses other than your main merchant settlement address. Utilize this destinationAuthKey which is a JWT encoded with the information for which address to send the USDC to.

string
required

Token for the bankAccount to be used for the checkout.

string | null
  • (Solana): A Base58 encoded transaction
Responses

423

Customer is Blocked

428

User must re-verify account

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json