Card Tokenizer
Google Pay
Apple Pay
Current Token
Customers
Create Customer
POST /api/customer — SDK: CustomersApi.createCustomer()
Search Customers
POST /api/customer/search — SDK: CustomersApi.searchCustomers()
Get Customer
GET /api/customer/:id — SDK: CustomersApi.getCustomer()
Update Customer
PUT /api/customer/:id — SDK: CustomersApi.updateCustomer()
Payment Methods
SDK: CustomersApi.getCustomerPaymentMethods(), addPaymentMethod(), removePaymentMethod()
Addresses
SDK: CustomersApi.getCustomerAddresses(), addCustomerAddress(), removeCustomerAddress()
Transactions
Create Transaction
POST /api/transaction — SDK: TransactionsApi.createTransaction()
Search Transactions
POST /api/transaction/search — SDK: TransactionsApi.searchTransactions()
Get Transaction
GET /api/transaction/:id — SDK: TransactionsApi.getTransaction()
Refund / Void
Subscriptions
Create Subscription
POST /api/subscription — SDK: SubscriptionsApi.createSubscription()
Search Subscriptions
POST /api/subscription/search — SDK: SubscriptionsApi.searchSubscriptions()
Get Subscription
GET /api/subscription/:id — SDK: SubscriptionsApi.getSubscription()
Update Subscription
PUT /api/subscription/:id — SDK: SubscriptionsApi.updateSubscription()
Campuses
POST /api/campus/search — SDK: CampusesApi.searchCampuses()
Funds
POST /api/fund/search — SDK: FundsApi.searchFunds()
Wallet Setup
Google Pay — Get JWT
POST /api/wallet/googlepay/token — SDK: WalletSetupApi.getGooglePayToken()
Apple Pay — Domain Registration
SDK: WalletSetupApi.registerApplePayDomain(), unregisterApplePayDomain(), getApplePayMerchant()
Authentication
Initial Token Exchange
GET /api/auth/access — SDK: AuthenticationApi.useAccessToken()
Refresh Token
GET /api/auth/refresh — SDK: AuthenticationApi.useRefreshToken()
Responses
Responses will appear here