Jump to Content
GETTRX Documentation
HomeGuidesCode SamplesAPI Reference
v1.0

GETTRX Documentation
Guides
v1.0HomeGuidesCode SamplesAPI Reference

Payments

  • Accept Payments Online
    • Level 2 Payments
    • Level 3 Payments
  • Accept Payments and Save Payment Methods
  • Save Payment Methods For Later Use

TESTING

  • Testing Your Payments Integration

Onboarding

  • Merchant Onboarding Overview
    • Create Onboarding Templates & Self-Serve Hosted Onboarding Links (no-code)
    • Onboard Merchants through the Portal and Pre-fill their merchant application (no-code)
    • Onboard Merchants using our APIs & Onboarding SDK
    • Customize your Hosted Onboarding Flows

GETTRX.js

  • GETTRX.js Overview
  • Initializing the GETTRX.js SDK
  • Create a WebElementGroup
    • WebElementGroup Options
    • WebElementGroup Methods
  • Initialize and Mount the WebElements
    • Payment WebElement
      • Payment WebElement Options
    • Express Checkout WebElement
      • Express Checkout WebElement Options
  • Create the Payment Token
    • Payment Token Options
    • Payment Token Validation Errors

WEBHOOKS

  • Webhooks Overview
    • Application Events
    • Payment Request Events
    • Refund Events
    • Payment Method Events
    • ACH Returns and Correction Notices Events
    • Customer Events
    • Setup Events

Payment Token Options

Parameters

ParameterRequired/OptionalTypeDescription
optionsoptionalobjectInitialization Options

options

ParameterRequired/OptionalTypeDescription
billingDetailsoptionalobjectThe billing information for the payment method within the payment token.
shippingDetailsoptionalobjectThe shipping information for the payment request created with this payment token.

Updated 10 months ago