Interface CreateCheckoutSessionRequest

Parameters for creating a new checkout session

Hierarchy

  • CreateCheckoutSessionRequest

Properties

aggregated_merchant_id?: string

Optional ID for the aggregated merchant

amount: string | number

Amount to be paid (gross of fees)

cancel_url?: string

Optional URL to redirect to if the user cancels the checkout

client_reference?: string

Optional unique string that you provide which can be used to correlate the checkout in your system

currency: Currency

Currency for the amount

error_url: string

URL to redirect to if there's an error

restrict_payer_mobile?: string

Optional restriction to only allow payment from specific Wave account with this mobile number

success_url: string

URL to redirect to after successful payment

Generated using TypeDoc