1. Request a Quote
Request a quote on an order.
POST Request to {Endpoint}/pay/getQuote
Calling getQuote only requires two body parameters in the JSON format. MerchantID is associated with the storefront that is the merchant.
amount
Number
Order Amount in USD
JSON Body Request Example:
JSON Success Response (Status Code 200)
JSON Response Body:
success
Boolean
true if request is successful
subTotal
Number
The requested order amount
fee
Number
The fee amount for the given merchant
orderTotal
Number
The summation of the subtotal and fee. Amount to be charged by the card when authorized.
token
String
Quote token, used as a parameter when authorizing a payment.
tokenExpire
Date/String
The expire time for the quote
Information regarding tokens:
See the following page for error & status codes associated with requesting a quote.
Last updated