For AI agents: visit https://elements-pay.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
Elements Vault
API Reference
v0.3

Log InElements Vault
API Reference
Log In
v0.3API Reference

Introduction

  • Authentication
  • Errors
    • Handling Errors
  • Idempotent Requests

Javascript SDK

  • Elements JS Introduction
  • Including Elements.js
  • Initializing Elements.js
  • ComponentManager
    • Create an ComponentManager instance
    • Create PaymentUIComponent
    • Find a PaymentUIComponent
  • The PaymentUIComponent
    • Mount the PaymentUIComponent
    • Listen to PaymentUIComponent events
    • Other methods
  • Tokens and Payment Methods
    • Tokenize payment data

Mobile SDKs

  • Elements Mobile SDKs Introduction
  • Get started with Elements iOS SDK
  • Get started with Elements Android SDK
  • Introduce Elements iOS Flexible UI SDK
  • [BETA] Introduce Elements Android Flexible UI SDK

Core resources

  • Client Token
    • Create a client tokenpost
  • Payment Method
    • The payment method object
    • Retrieve a payment methodget
    • Create a payment methodpost
  • Charges
    • The charge object
    • Create a chargepost
    • Retrieve a chargeget
    • Capture a chargepost
    • List all chargesget
  • Refunds
    • The refund object
    • Create a refundpost
    • Retrieve a refundget
    • List all refundsget
  • Disputes
    • The dispute object
    • Retrieve a disputeget
    • List all disputesget
  • Event
    • The Event object
    • Types of events
  • Hosted Checkout
    • The Checkout Session Object
    • Create a checkout sessionpost
    • Retrieve a checkout sessionget
Powered by 

ComponentManager

You can use a ComponentManager instance to create and manage a group of individual UI components, and collect sensitive information in your payment forms.

Updated about 5 years ago


Updated about 5 years ago