lap-stripe-api

Stripe API skill. Use when working with Stripe for account, account_links, account_sessions. Covers 587 endpoints.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "lap-stripe-api" with this command: npx skills add lap-stripe-api

Stripe API

API version: 2026-02-25.clover

Auth

Bearer basic | Bearer bearer

Base URL

https://api.stripe.com/

Setup

  1. Set Authorization header with your Bearer token
  2. GET /v1/account -- verify access
  3. POST /v1/account_links -- create first account_links

Endpoints

587 endpoints across 76 groups. See references/api-spec.lap for full details.

account

MethodPathDescription
GET/v1/accountRetrieve account

account_links

MethodPathDescription
POST/v1/account_linksCreate an account link

account_sessions

MethodPathDescription
POST/v1/account_sessionsCreate an Account Session

accounts

MethodPathDescription
GET/v1/accountsList all connected accounts
POST/v1/accounts<p>With <a href="/docs/connect">Connect</a>, you can create Stripe accounts for your users.
DELETE/v1/accounts/{account}Delete an account
GET/v1/accounts/{account}Retrieve account
POST/v1/accounts/{account}Update an account
POST/v1/accounts/{account}/bank_accountsCreate an external account
DELETE/v1/accounts/{account}/bank_accounts/{id}Delete an external account
GET/v1/accounts/{account}/bank_accounts/{id}Retrieve an external account
POST/v1/accounts/{account}/bank_accounts/{id}<p>Updates the metadata, account holder name, account holder type of a bank account belonging to
GET/v1/accounts/{account}/capabilitiesList all account capabilities
GET/v1/accounts/{account}/capabilities/{capability}Retrieve an Account Capability
POST/v1/accounts/{account}/capabilities/{capability}Update an Account Capability
GET/v1/accounts/{account}/external_accountsList all external accounts
POST/v1/accounts/{account}/external_accountsCreate an external account
DELETE/v1/accounts/{account}/external_accounts/{id}Delete an external account
GET/v1/accounts/{account}/external_accounts/{id}Retrieve an external account
POST/v1/accounts/{account}/external_accounts/{id}<p>Updates the metadata, account holder name, account holder type of a bank account belonging to
POST/v1/accounts/{account}/login_linksCreate a login link
GET/v1/accounts/{account}/peopleList all persons
POST/v1/accounts/{account}/peopleCreate a person
DELETE/v1/accounts/{account}/people/{person}Delete a person
GET/v1/accounts/{account}/people/{person}Retrieve a person
POST/v1/accounts/{account}/people/{person}Update a person
GET/v1/accounts/{account}/personsList all persons
POST/v1/accounts/{account}/personsCreate a person
DELETE/v1/accounts/{account}/persons/{person}Delete a person
GET/v1/accounts/{account}/persons/{person}Retrieve a person
POST/v1/accounts/{account}/persons/{person}Update a person
POST/v1/accounts/{account}/rejectReject an account

apple_pay

MethodPathDescription
GET/v1/apple_pay/domains<p>List apple pay domains.</p>
POST/v1/apple_pay/domains<p>Create an apple pay domain.</p>
DELETE/v1/apple_pay/domains/{domain}<p>Delete an apple pay domain.</p>
GET/v1/apple_pay/domains/{domain}<p>Retrieve an apple pay domain.</p>

application_fees

MethodPathDescription
GET/v1/application_feesList all application fees
GET/v1/application_fees/{fee}/refunds/{id}Retrieve an application fee refund
POST/v1/application_fees/{fee}/refunds/{id}Update an application fee refund
GET/v1/application_fees/{id}Retrieve an application fee
POST/v1/application_fees/{id}/refund
GET/v1/application_fees/{id}/refundsList all application fee refunds
POST/v1/application_fees/{id}/refundsCreate an application fee refund

apps

MethodPathDescription
GET/v1/apps/secretsList secrets
POST/v1/apps/secretsSet a Secret
POST/v1/apps/secrets/deleteDelete a Secret
GET/v1/apps/secrets/findFind a Secret

balance

MethodPathDescription
GET/v1/balanceRetrieve balance
GET/v1/balance/historyList all balance transactions
GET/v1/balance/history/{id}Retrieve a balance transaction

balance_settings

MethodPathDescription
GET/v1/balance_settingsRetrieve balance settings
POST/v1/balance_settingsUpdate balance settings

balance_transactions

MethodPathDescription
GET/v1/balance_transactionsList all balance transactions
GET/v1/balance_transactions/{id}Retrieve a balance transaction

billing

MethodPathDescription
GET/v1/billing/alertsList billing alerts
POST/v1/billing/alertsCreate a billing alert
GET/v1/billing/alerts/{id}Retrieve a billing alert
POST/v1/billing/alerts/{id}/activateActivate a billing alert
POST/v1/billing/alerts/{id}/archiveArchive a billing alert
POST/v1/billing/alerts/{id}/deactivateDeactivate a billing alert
GET/v1/billing/credit_balance_summaryRetrieve the credit balance summary for a customer
GET/v1/billing/credit_balance_transactionsList credit balance transactions
GET/v1/billing/credit_balance_transactions/{id}Retrieve a credit balance transaction
GET/v1/billing/credit_grantsList credit grants
POST/v1/billing/credit_grantsCreate a credit grant
GET/v1/billing/credit_grants/{id}Retrieve a credit grant
POST/v1/billing/credit_grants/{id}Update a credit grant
POST/v1/billing/credit_grants/{id}/expireExpire a credit grant
POST/v1/billing/credit_grants/{id}/voidVoid a credit grant
POST/v1/billing/meter_event_adjustmentsCreate a billing meter event adjustment
POST/v1/billing/meter_eventsCreate a billing meter event
GET/v1/billing/metersList billing meters
POST/v1/billing/metersCreate a billing meter
GET/v1/billing/meters/{id}Retrieve a billing meter
POST/v1/billing/meters/{id}Update a billing meter
POST/v1/billing/meters/{id}/deactivateDeactivate a billing meter
GET/v1/billing/meters/{id}/event_summariesList billing meter event summaries
POST/v1/billing/meters/{id}/reactivateReactivate a billing meter

billing_portal

MethodPathDescription
GET/v1/billing_portal/configurationsList portal configurations
POST/v1/billing_portal/configurationsCreate a portal configuration
GET/v1/billing_portal/configurations/{configuration}Retrieve a portal configuration
POST/v1/billing_portal/configurations/{configuration}Update a portal configuration
POST/v1/billing_portal/sessionsCreate a portal session

charges

MethodPathDescription
GET/v1/chargesList all charges
POST/v1/charges<p>This method is no longer recommended—use the <a href="/docs/api/payment_intents">Payment Intents API</a>
GET/v1/charges/searchSearch charges
GET/v1/charges/{charge}Retrieve a charge
POST/v1/charges/{charge}Update a charge
POST/v1/charges/{charge}/captureCapture a payment
GET/v1/charges/{charge}/dispute<p>Retrieve a dispute for a specified charge.</p>
POST/v1/charges/{charge}/dispute
POST/v1/charges/{charge}/dispute/close
POST/v1/charges/{charge}/refundCreate a refund
GET/v1/charges/{charge}/refundsList all refunds
POST/v1/charges/{charge}/refundsCreate customer balance refund
GET/v1/charges/{charge}/refunds/{refund}<p>Retrieves the details of an existing refund.</p>
POST/v1/charges/{charge}/refunds/{refund}<p>Update a specified refund.</p>

checkout

MethodPathDescription
GET/v1/checkout/sessionsList all Checkout Sessions
POST/v1/checkout/sessionsCreate a Checkout Session
GET/v1/checkout/sessions/{session}Retrieve a Checkout Session
POST/v1/checkout/sessions/{session}Update a Checkout Session
POST/v1/checkout/sessions/{session}/expireExpire a Checkout Session
GET/v1/checkout/sessions/{session}/line_itemsRetrieve a Checkout Session's line items

climate

MethodPathDescription
GET/v1/climate/ordersList orders
POST/v1/climate/ordersCreate an order
GET/v1/climate/orders/{order}Retrieve an order
POST/v1/climate/orders/{order}Update an order
POST/v1/climate/orders/{order}/cancelCancel an order
GET/v1/climate/productsList products
GET/v1/climate/products/{product}Retrieve a product
GET/v1/climate/suppliersList suppliers
GET/v1/climate/suppliers/{supplier}Retrieve a supplier

confirmation_tokens

MethodPathDescription
GET/v1/confirmation_tokens/{confirmation_token}Retrieve a ConfirmationToken

country_specs

MethodPathDescription
GET/v1/country_specsList Country Specs
GET/v1/country_specs/{country}Retrieve a Country Spec

coupons

MethodPathDescription
GET/v1/couponsList all coupons
POST/v1/couponsCreate a coupon
DELETE/v1/coupons/{coupon}Delete a coupon
GET/v1/coupons/{coupon}Retrieve a coupon
POST/v1/coupons/{coupon}Update a coupon

credit_notes

MethodPathDescription
GET/v1/credit_notesList all credit notes
POST/v1/credit_notesCreate a credit note
GET/v1/credit_notes/previewPreview a credit note
GET/v1/credit_notes/preview/linesRetrieve a credit note preview's line items
GET/v1/credit_notes/{credit_note}/linesRetrieve a credit note's line items
GET/v1/credit_notes/{id}Retrieve a credit note
POST/v1/credit_notes/{id}Update a credit note
POST/v1/credit_notes/{id}/voidVoid a credit note

customer_sessions

MethodPathDescription
POST/v1/customer_sessionsCreate a Customer Session

customers

MethodPathDescription
GET/v1/customersList all customers
POST/v1/customersCreate a customer
GET/v1/customers/searchSearch customers
DELETE/v1/customers/{customer}Delete a customer
GET/v1/customers/{customer}Retrieve a customer
POST/v1/customers/{customer}Update a customer
GET/v1/customers/{customer}/balance_transactionsList customer balance transactions
POST/v1/customers/{customer}/balance_transactionsCreate a customer balance transaction
GET/v1/customers/{customer}/balance_transactions/{transaction}Retrieve a customer balance transaction
POST/v1/customers/{customer}/balance_transactions/{transaction}Update a customer credit balance transaction
GET/v1/customers/{customer}/bank_accountsList all bank accounts
POST/v1/customers/{customer}/bank_accountsCreate a card
DELETE/v1/customers/{customer}/bank_accounts/{id}Delete a customer source
GET/v1/customers/{customer}/bank_accounts/{id}Retrieve a bank account
POST/v1/customers/{customer}/bank_accounts/{id}<p>Update a specified source for a given customer.</p>
POST/v1/customers/{customer}/bank_accounts/{id}/verifyVerify a bank account
GET/v1/customers/{customer}/cardsList all cards
POST/v1/customers/{customer}/cardsCreate a card
DELETE/v1/customers/{customer}/cards/{id}Delete a customer source
GET/v1/customers/{customer}/cards/{id}Retrieve a card
POST/v1/customers/{customer}/cards/{id}<p>Update a specified source for a given customer.</p>
GET/v1/customers/{customer}/cash_balanceRetrieve a cash balance
POST/v1/customers/{customer}/cash_balanceUpdate a cash balance's settings
GET/v1/customers/{customer}/cash_balance_transactionsList cash balance transactions
GET/v1/customers/{customer}/cash_balance_transactions/{transaction}Retrieve a cash balance transaction
DELETE/v1/customers/{customer}/discountDelete a customer discount
GET/v1/customers/{customer}/discount
POST/v1/customers/{customer}/funding_instructionsCreate or retrieve funding instructions for a customer cash balance
GET/v1/customers/{customer}/payment_methodsList a Customer's PaymentMethods
GET/v1/customers/{customer}/payment_methods/{payment_method}Retrieve a Customer's PaymentMethod
GET/v1/customers/{customer}/sources<p>List sources for a specified customer.</p>
POST/v1/customers/{customer}/sourcesCreate a card
DELETE/v1/customers/{customer}/sources/{id}Delete a customer source
GET/v1/customers/{customer}/sources/{id}<p>Retrieve a specified source for a given customer.</p>
POST/v1/customers/{customer}/sources/{id}<p>Update a specified source for a given customer.</p>
POST/v1/customers/{customer}/sources/{id}/verifyVerify a bank account
GET/v1/customers/{customer}/subscriptionsList active subscriptions
POST/v1/customers/{customer}/subscriptionsCreate a subscription
DELETE/v1/customers/{customer}/subscriptions/{subscription_exposed_id}Cancel a subscription
GET/v1/customers/{customer}/subscriptions/{subscription_exposed_id}Retrieve a subscription
POST/v1/customers/{customer}/subscriptions/{subscription_exposed_id}Update a subscription on a customer
DELETE/v1/customers/{customer}/subscriptions/{subscription_exposed_id}/discountDelete a customer discount
GET/v1/customers/{customer}/subscriptions/{subscription_exposed_id}/discount
GET/v1/customers/{customer}/tax_idsList all Customer tax IDs
POST/v1/customers/{customer}/tax_idsCreate a Customer tax ID
DELETE/v1/customers/{customer}/tax_ids/{id}Delete a Customer tax ID
GET/v1/customers/{customer}/tax_ids/{id}Retrieve a Customer tax ID

disputes

MethodPathDescription
GET/v1/disputesList all disputes
GET/v1/disputes/{dispute}Retrieve a dispute
POST/v1/disputes/{dispute}Update a dispute
POST/v1/disputes/{dispute}/closeClose a dispute

entitlements

MethodPathDescription
GET/v1/entitlements/active_entitlementsList all active entitlements
GET/v1/entitlements/active_entitlements/{id}Retrieve an active entitlement
GET/v1/entitlements/featuresList all features
POST/v1/entitlements/featuresCreate a feature
GET/v1/entitlements/features/{id}Retrieve a feature
POST/v1/entitlements/features/{id}Updates a feature

ephemeral_keys

MethodPathDescription
POST/v1/ephemeral_keysCreate an ephemeral key
DELETE/v1/ephemeral_keys/{key}Immediately invalidate an ephemeral key

events

MethodPathDescription
GET/v1/eventsList all events
GET/v1/events/{id}Retrieve an event

exchange_rates

MethodPathDescription
GET/v1/exchange_ratesList all exchange rates
GET/v1/exchange_rates/{rate_id}Retrieve an exchange rate

external_accounts

MethodPathDescription
POST/v1/external_accounts/{id}<p>Updates the metadata, account holder name, account holder type of a bank account belonging to

file_links

MethodPathDescription
GET/v1/file_linksList all file links
POST/v1/file_linksCreate a file link
GET/v1/file_links/{link}Retrieve a file link
POST/v1/file_links/{link}Update a file link

files

MethodPathDescription
GET/v1/filesList all files
POST/v1/filesCreate a file
GET/v1/files/{file}Retrieve a file

financial_connections

MethodPathDescription
GET/v1/financial_connections/accountsList Accounts
GET/v1/financial_connections/accounts/{account}Retrieve an Account
POST/v1/financial_connections/accounts/{account}/disconnectDisconnect an Account
GET/v1/financial_connections/accounts/{account}/ownersList Account Owners
POST/v1/financial_connections/accounts/{account}/refreshRefresh Account data
POST/v1/financial_connections/accounts/{account}/subscribeSubscribe to data refreshes for an Account
POST/v1/financial_connections/accounts/{account}/unsubscribeUnsubscribe from data refreshes for an Account
POST/v1/financial_connections/sessionsCreate a Session
GET/v1/financial_connections/sessions/{session}Retrieve a Session
GET/v1/financial_connections/transactionsList Transactions
GET/v1/financial_connections/transactions/{transaction}Retrieve a Transaction

forwarding

MethodPathDescription
GET/v1/forwarding/requestsList all ForwardingRequests
POST/v1/forwarding/requestsCreate a ForwardingRequest
GET/v1/forwarding/requests/{id}Retrieve a ForwardingRequest

identity

MethodPathDescription
GET/v1/identity/verification_reportsList VerificationReports
GET/v1/identity/verification_reports/{report}Retrieve a VerificationReport
GET/v1/identity/verification_sessionsList VerificationSessions
POST/v1/identity/verification_sessionsCreate a VerificationSession
GET/v1/identity/verification_sessions/{session}Retrieve a VerificationSession
POST/v1/identity/verification_sessions/{session}Update a VerificationSession
POST/v1/identity/verification_sessions/{session}/cancelCancel a VerificationSession
POST/v1/identity/verification_sessions/{session}/redactRedact a VerificationSession

invoice_payments

MethodPathDescription
GET/v1/invoice_paymentsList all payments for an invoice
GET/v1/invoice_payments/{invoice_payment}Retrieve an InvoicePayment

invoice_rendering_templates

MethodPathDescription
GET/v1/invoice_rendering_templatesList all invoice rendering templates
GET/v1/invoice_rendering_templates/{template}Retrieve an invoice rendering template
POST/v1/invoice_rendering_templates/{template}/archiveArchive an invoice rendering template
POST/v1/invoice_rendering_templates/{template}/unarchiveUnarchive an invoice rendering template

invoiceitems

MethodPathDescription
GET/v1/invoiceitemsList all invoice items
POST/v1/invoiceitemsCreate an invoice item
DELETE/v1/invoiceitems/{invoiceitem}Delete an invoice item
GET/v1/invoiceitems/{invoiceitem}Retrieve an invoice item
POST/v1/invoiceitems/{invoiceitem}Update an invoice item

invoices

MethodPathDescription
GET/v1/invoicesList all invoices
POST/v1/invoicesCreate an invoice
POST/v1/invoices/create_previewCreate a preview invoice
GET/v1/invoices/searchSearch invoices
DELETE/v1/invoices/{invoice}Delete a draft invoice
GET/v1/invoices/{invoice}Retrieve an invoice
POST/v1/invoices/{invoice}Update an invoice
POST/v1/invoices/{invoice}/add_linesBulk add invoice line items
POST/v1/invoices/{invoice}/attach_paymentAttach a payment to an Invoice
POST/v1/invoices/{invoice}/finalizeFinalize an invoice
GET/v1/invoices/{invoice}/linesRetrieve an invoice's line items
POST/v1/invoices/{invoice}/lines/{line_item_id}Update an invoice's line item
POST/v1/invoices/{invoice}/mark_uncollectibleMark an invoice as uncollectible
POST/v1/invoices/{invoice}/payPay an invoice
POST/v1/invoices/{invoice}/remove_linesBulk remove invoice line items
POST/v1/invoices/{invoice}/sendSend an invoice for manual payment
POST/v1/invoices/{invoice}/update_linesBulk update invoice line items
POST/v1/invoices/{invoice}/voidVoid an invoice

issuing

MethodPathDescription
GET/v1/issuing/authorizationsList all authorizations
GET/v1/issuing/authorizations/{authorization}Retrieve an authorization
POST/v1/issuing/authorizations/{authorization}Update an authorization
POST/v1/issuing/authorizations/{authorization}/approveApprove an authorization
POST/v1/issuing/authorizations/{authorization}/declineDecline an authorization
GET/v1/issuing/cardholdersList all cardholders
POST/v1/issuing/cardholdersCreate a cardholder
GET/v1/issuing/cardholders/{cardholder}Retrieve a cardholder
POST/v1/issuing/cardholders/{cardholder}Update a cardholder
GET/v1/issuing/cardsList all cards
POST/v1/issuing/cardsCreate a card
GET/v1/issuing/cards/{card}Retrieve a card
POST/v1/issuing/cards/{card}Update a card
GET/v1/issuing/disputesList all disputes
POST/v1/issuing/disputesCreate a dispute
GET/v1/issuing/disputes/{dispute}Retrieve a dispute
POST/v1/issuing/disputes/{dispute}Update a dispute
POST/v1/issuing/disputes/{dispute}/submitSubmit a dispute
GET/v1/issuing/personalization_designsList all personalization designs
POST/v1/issuing/personalization_designsCreate a personalization design
GET/v1/issuing/personalization_designs/{personalization_design}Retrieve a personalization design
POST/v1/issuing/personalization_designs/{personalization_design}Update a personalization design
GET/v1/issuing/physical_bundlesList all physical bundles
GET/v1/issuing/physical_bundles/{physical_bundle}Retrieve a physical bundle
GET/v1/issuing/settlements/{settlement}Retrieve a settlement
POST/v1/issuing/settlements/{settlement}Update a settlement
GET/v1/issuing/tokensList all issuing tokens for card
GET/v1/issuing/tokens/{token}Retrieve an issuing token
POST/v1/issuing/tokens/{token}Update a token status
GET/v1/issuing/transactionsList all transactions
GET/v1/issuing/transactions/{transaction}Retrieve a transaction
POST/v1/issuing/transactions/{transaction}Update a transaction

link_account_sessions

MethodPathDescription
POST/v1/link_account_sessionsCreate a Session
GET/v1/link_account_sessions/{session}Retrieve a Session

linked_accounts

MethodPathDescription
GET/v1/linked_accountsList Accounts
GET/v1/linked_accounts/{account}Retrieve an Account
POST/v1/linked_accounts/{account}/disconnectDisconnect an Account
GET/v1/linked_accounts/{account}/ownersList Account Owners
POST/v1/linked_accounts/{account}/refreshRefresh Account data

mandates

MethodPathDescription
GET/v1/mandates/{mandate}Retrieve a Mandate

payment_attempt_records

MethodPathDescription
GET/v1/payment_attempt_recordsList Payment Attempt Records
GET/v1/payment_attempt_records/{id}Retrieve a Payment Attempt Record

payment_intents

MethodPathDescription
GET/v1/payment_intentsList all PaymentIntents
POST/v1/payment_intentsCreate a PaymentIntent
GET/v1/payment_intents/searchSearch PaymentIntents
GET/v1/payment_intents/{intent}Retrieve a PaymentIntent
POST/v1/payment_intents/{intent}Update a PaymentIntent
GET/v1/payment_intents/{intent}/amount_details_line_itemsList all PaymentIntent LineItems
POST/v1/payment_intents/{intent}/apply_customer_balanceReconcile a customer_balance PaymentIntent
POST/v1/payment_intents/{intent}/cancelCancel a PaymentIntent
POST/v1/payment_intents/{intent}/captureCapture a PaymentIntent
POST/v1/payment_intents/{intent}/confirmConfirm a PaymentIntent
POST/v1/payment_intents/{intent}/increment_authorizationIncrement an authorization
POST/v1/payment_intents/{intent}/verify_microdepositsVerify microdeposits on a PaymentIntent

payment_links

MethodPathDescription
GET/v1/payment_linksList all payment links
POST/v1/payment_linksCreate a payment link
GET/v1/payment_links/{payment_link}Retrieve payment link
POST/v1/payment_links/{payment_link}Update a payment link
GET/v1/payment_links/{payment_link}/line_itemsRetrieve a payment link's line items

payment_method_configurations

MethodPathDescription
GET/v1/payment_method_configurationsList payment method configurations
POST/v1/payment_method_configurationsCreate a payment method configuration
GET/v1/payment_method_configurations/{configuration}Retrieve payment method configuration
POST/v1/payment_method_configurations/{configuration}Update payment method configuration

payment_method_domains

MethodPathDescription
GET/v1/payment_method_domainsList payment method domains
POST/v1/payment_method_domainsCreate a payment method domain
GET/v1/payment_method_domains/{payment_method_domain}Retrieve a payment method domain
POST/v1/payment_method_domains/{payment_method_domain}Update a payment method domain
POST/v1/payment_method_domains/{payment_method_domain}/validateValidate an existing payment method domain

payment_methods

MethodPathDescription
GET/v1/payment_methodsList PaymentMethods
POST/v1/payment_methodsShares a PaymentMethod
GET/v1/payment_methods/{payment_method}Retrieve a PaymentMethod
POST/v1/payment_methods/{payment_method}Update a PaymentMethod
POST/v1/payment_methods/{payment_method}/attachAttach a PaymentMethod to a Customer
POST/v1/payment_methods/{payment_method}/detachDetach a PaymentMethod from a Customer

payment_records

MethodPathDescription
POST/v1/payment_records/report_paymentReport a payment
GET/v1/payment_records/{id}Retrieve a Payment Record
POST/v1/payment_records/{id}/report_payment_attemptReport a payment attempt
POST/v1/payment_records/{id}/report_payment_attempt_canceledReport payment attempt canceled
POST/v1/payment_records/{id}/report_payment_attempt_failedReport payment attempt failed
POST/v1/payment_records/{id}/report_payment_attempt_guaranteedReport payment attempt guaranteed
POST/v1/payment_records/{id}/report_payment_attempt_informationalReport payment attempt informational
POST/v1/payment_records/{id}/report_refundReport a refund

payouts

MethodPathDescription
GET/v1/payoutsList all payouts
POST/v1/payoutsCreate a payout
GET/v1/payouts/{payout}Retrieve a payout
POST/v1/payouts/{payout}Update a payout
POST/v1/payouts/{payout}/cancelCancel a payout
POST/v1/payouts/{payout}/reverseReverse a payout

plans

MethodPathDescription
GET/v1/plansList all plans
POST/v1/plansCreate a plan
DELETE/v1/plans/{plan}Delete a plan
GET/v1/plans/{plan}Retrieve a plan
POST/v1/plans/{plan}Update a plan

prices

MethodPathDescription
GET/v1/pricesList all prices
POST/v1/pricesCreate a price
GET/v1/prices/searchSearch prices
GET/v1/prices/{price}Retrieve a price
POST/v1/prices/{price}Update a price

products

MethodPathDescription
GET/v1/productsList all products
POST/v1/productsCreate a product
GET/v1/products/searchSearch products
DELETE/v1/products/{id}Delete a product
GET/v1/products/{id}Retrieve a product
POST/v1/products/{id}Update a product
GET/v1/products/{product}/featuresList all features attached to a product
POST/v1/products/{product}/featuresAttach a feature to a product
DELETE/v1/products/{product}/features/{id}Remove a feature from a product
GET/v1/products/{product}/features/{id}Retrieve a product_feature

promotion_codes

MethodPathDescription
GET/v1/promotion_codesList all promotion codes
POST/v1/promotion_codesCreate a promotion code
GET/v1/promotion_codes/{promotion_code}Retrieve a promotion code
POST/v1/promotion_codes/{promotion_code}Update a promotion code

quotes

MethodPathDescription
GET/v1/quotesList all quotes
POST/v1/quotesCreate a quote
GET/v1/quotes/{quote}Retrieve a quote
POST/v1/quotes/{quote}Update a quote
POST/v1/quotes/{quote}/acceptAccept a quote
POST/v1/quotes/{quote}/cancelCancel a quote
GET/v1/quotes/{quote}/computed_upfront_line_itemsRetrieve a quote's upfront line items
POST/v1/quotes/{quote}/finalizeFinalize a quote
GET/v1/quotes/{quote}/line_itemsRetrieve a quote's line items
GET/v1/quotes/{quote}/pdfDownload quote PDF

radar

MethodPathDescription
GET/v1/radar/early_fraud_warningsList all early fraud warnings
GET/v1/radar/early_fraud_warnings/{early_fraud_warning}Retrieve an early fraud warning
POST/v1/radar/payment_evaluationsCreate a Payment Evaluation
GET/v1/radar/value_list_itemsList all value list items
POST/v1/radar/value_list_itemsCreate a value list item
DELETE/v1/radar/value_list_items/{item}Delete a value list item
GET/v1/radar/value_list_items/{item}Retrieve a value list item
GET/v1/radar/value_listsList all value lists
POST/v1/radar/value_listsCreate a value list
DELETE/v1/radar/value_lists/{value_list}Delete a value list
GET/v1/radar/value_lists/{value_list}Retrieve a value list
POST/v1/radar/value_lists/{value_list}Update a value list

refunds

MethodPathDescription
GET/v1/refundsList all refunds
POST/v1/refundsCreate customer balance refund
GET/v1/refunds/{refund}Retrieve a refund
POST/v1/refunds/{refund}Update a refund
POST/v1/refunds/{refund}/cancelCancel a refund

reporting

MethodPathDescription
GET/v1/reporting/report_runsList all Report Runs
POST/v1/reporting/report_runsCreate a Report Run
GET/v1/reporting/report_runs/{report_run}Retrieve a Report Run
GET/v1/reporting/report_typesList all Report Types
GET/v1/reporting/report_types/{report_type}Retrieve a Report Type

reviews

MethodPathDescription
GET/v1/reviewsList all open reviews
GET/v1/reviews/{review}Retrieve a review
POST/v1/reviews/{review}/approveApprove a review

setup_attempts

MethodPathDescription
GET/v1/setup_attemptsList all SetupAttempts

setup_intents

MethodPathDescription
GET/v1/setup_intentsList all SetupIntents
POST/v1/setup_intentsCreate a SetupIntent
GET/v1/setup_intents/{intent}Retrieve a SetupIntent
POST/v1/setup_intents/{intent}Update a SetupIntent
POST/v1/setup_intents/{intent}/cancelCancel a SetupIntent
POST/v1/setup_intents/{intent}/confirmConfirm a SetupIntent
POST/v1/setup_intents/{intent}/verify_microdepositsVerify microdeposits on a SetupIntent

shipping_rates

MethodPathDescription
GET/v1/shipping_ratesList all shipping rates
POST/v1/shipping_ratesCreate a shipping rate
GET/v1/shipping_rates/{shipping_rate_token}Retrieve a shipping rate
POST/v1/shipping_rates/{shipping_rate_token}Update a shipping rate

sigma

MethodPathDescription
POST/v1/sigma/saved_queries/{id}Update an existing Sigma Query
GET/v1/sigma/scheduled_query_runsList all scheduled query runs
GET/v1/sigma/scheduled_query_runs/{scheduled_query_run}Retrieve a scheduled query run

sources

MethodPathDescription
POST/v1/sourcesShares a source
GET/v1/sources/{source}Retrieve a source
POST/v1/sources/{source}Update a source
GET/v1/sources/{source}/mandate_notifications/{mandate_notification}Retrieve a Source MandateNotification
GET/v1/sources/{source}/source_transactions<p>List source transactions for a given source.</p>
GET/v1/sources/{source}/source_transactions/{source_transaction}Retrieve a source transaction
POST/v1/sources/{source}/verify<p>Verify a given source.</p>

subscription_items

MethodPathDescription
GET/v1/subscription_itemsList all subscription items
POST/v1/subscription_itemsCreate a subscription item
DELETE/v1/subscription_items/{item}Delete a subscription item
GET/v1/subscription_items/{item}Retrieve a subscription item
POST/v1/subscription_items/{item}Update a subscription item

subscription_schedules

MethodPathDescription
GET/v1/subscription_schedulesList all schedules
POST/v1/subscription_schedulesCreate a schedule
GET/v1/subscription_schedules/{schedule}Retrieve a schedule
POST/v1/subscription_schedules/{schedule}Update a schedule
POST/v1/subscription_schedules/{schedule}/cancelCancel a schedule
POST/v1/subscription_schedules/{schedule}/releaseRelease a schedule

subscriptions

MethodPathDescription
GET/v1/subscriptionsList subscriptions
POST/v1/subscriptionsCreate a subscription
GET/v1/subscriptions/searchSearch subscriptions
DELETE/v1/subscriptions/{subscription_exposed_id}Cancel a subscription
GET/v1/subscriptions/{subscription_exposed_id}Retrieve a subscription
POST/v1/subscriptions/{subscription_exposed_id}Update a subscription
DELETE/v1/subscriptions/{subscription_exposed_id}/discountDelete a subscription discount
POST/v1/subscriptions/{subscription}/migrateMigrate a subscription
POST/v1/subscriptions/{subscription}/resumeResume a subscription

tax

MethodPathDescription
GET/v1/tax/associations/findFind a Tax Association
POST/v1/tax/calculationsCreate a Tax Calculation
GET/v1/tax/calculations/{calculation}Retrieve a Tax Calculation
GET/v1/tax/calculations/{calculation}/line_itemsRetrieve a calculation's line items
GET/v1/tax/registrationsList registrations
POST/v1/tax/registrationsCreate a registration
GET/v1/tax/registrations/{id}Retrieve a registration
POST/v1/tax/registrations/{id}Update a registration
GET/v1/tax/settingsRetrieve settings
POST/v1/tax/settingsUpdate settings
POST/v1/tax/transactions/create_from_calculationCreate a transaction from a calculation
POST/v1/tax/transactions/create_reversalCreate a reversal transaction
GET/v1/tax/transactions/{transaction}Retrieve a transaction
GET/v1/tax/transactions/{transaction}/line_itemsRetrieve a transaction's line items

tax_codes

MethodPathDescription
GET/v1/tax_codesList all tax codes
GET/v1/tax_codes/{id}Retrieve a tax code

tax_ids

MethodPathDescription
GET/v1/tax_idsList all tax IDs
POST/v1/tax_idsCreate a tax ID
DELETE/v1/tax_ids/{id}Delete a tax ID
GET/v1/tax_ids/{id}Retrieve a tax ID

tax_rates

MethodPathDescription
GET/v1/tax_ratesList all tax rates
POST/v1/tax_ratesCreate a tax rate
GET/v1/tax_rates/{tax_rate}Retrieve a tax rate
POST/v1/tax_rates/{tax_rate}Update a tax rate

terminal

MethodPathDescription
GET/v1/terminal/configurationsList all Configurations
POST/v1/terminal/configurationsCreate a Configuration
DELETE/v1/terminal/configurations/{configuration}Delete a Configuration
GET/v1/terminal/configurations/{configuration}Retrieve a Configuration
POST/v1/terminal/configurations/{configuration}Update a Configuration
POST/v1/terminal/connection_tokensCreate a Connection Token
GET/v1/terminal/locationsList all Locations
POST/v1/terminal/locationsCreate a Location
DELETE/v1/terminal/locations/{location}Delete a Location
GET/v1/terminal/locations/{location}Retrieve a Location
POST/v1/terminal/locations/{location}Update a Location
POST/v1/terminal/onboarding_linksCreate an Onboarding Link
GET/v1/terminal/readersList all Readers
POST/v1/terminal/readersCreate a Reader
DELETE/v1/terminal/readers/{reader}Delete a Reader
GET/v1/terminal/readers/{reader}Retrieve a Reader
POST/v1/terminal/readers/{reader}Update a Reader
POST/v1/terminal/readers/{reader}/cancel_actionCancel the current reader action
POST/v1/terminal/readers/{reader}/collect_inputsCollect inputs using a Reader
POST/v1/terminal/readers/{reader}/collect_payment_methodHand off a PaymentIntent to a Reader and collect card details
POST/v1/terminal/readers/{reader}/confirm_payment_intentConfirm a PaymentIntent on the Reader
POST/v1/terminal/readers/{reader}/process_payment_intentHand-off a PaymentIntent to a Reader
POST/v1/terminal/readers/{reader}/process_setup_intentHand-off a SetupIntent to a Reader
POST/v1/terminal/readers/{reader}/refund_paymentRefund a Charge or a PaymentIntent in-person
POST/v1/terminal/readers/{reader}/set_reader_displaySet reader display
POST/v1/terminal/refundsCreate a refund using a Terminal-supported device.

test_helpers

MethodPathDescription
POST/v1/test_helpers/confirmation_tokensCreate a test Confirmation Token
POST/v1/test_helpers/customers/{customer}/fund_cash_balanceFund a test mode cash balance
POST/v1/test_helpers/issuing/authorizationsCreate a test-mode authorization
POST/v1/test_helpers/issuing/authorizations/{authorization}/captureCapture a test-mode authorization
POST/v1/test_helpers/issuing/authorizations/{authorization}/expireExpire a test-mode authorization
POST/v1/test_helpers/issuing/authorizations/{authorization}/finalize_amountFinalize a test-mode authorization's amount
POST/v1/test_helpers/issuing/authorizations/{authorization}/fraud_challenges/respondRespond to fraud challenge
POST/v1/test_helpers/issuing/authorizations/{authorization}/incrementIncrement a test-mode authorization
POST/v1/test_helpers/issuing/authorizations/{authorization}/reverseReverse a test-mode authorization
POST/v1/test_helpers/issuing/cards/{card}/shipping/deliverDeliver a testmode card
POST/v1/test_helpers/issuing/cards/{card}/shipping/failFail a testmode card
POST/v1/test_helpers/issuing/cards/{card}/shipping/returnReturn a testmode card
POST/v1/test_helpers/issuing/cards/{card}/shipping/shipShip a testmode card
POST/v1/test_helpers/issuing/cards/{card}/shipping/submitSubmit a testmode card
POST/v1/test_helpers/issuing/personalization_designs/{personalization_design}/activateActivate a testmode personalization design
POST/v1/test_helpers/issuing/personalization_designs/{personalization_design}/deactivateDeactivate a testmode personalization design
POST/v1/test_helpers/issuing/personalization_designs/{personalization_design}/rejectReject a testmode personalization design
POST/v1/test_helpers/issuing/settlementsCreate a test-mode settlement
POST/v1/test_helpers/issuing/settlements/{settlement}/completeComplete a test-mode settlement
POST/v1/test_helpers/issuing/transactions/create_force_captureCreate a test-mode force capture
POST/v1/test_helpers/issuing/transactions/create_unlinked_refundCreate a test-mode unlinked refund
POST/v1/test_helpers/issuing/transactions/{transaction}/refundRefund a test-mode transaction
POST/v1/test_helpers/refunds/{refund}/expireExpire a pending refund.
POST/v1/test_helpers/terminal/readers/{reader}/present_payment_methodSimulate presenting a payment method
POST/v1/test_helpers/terminal/readers/{reader}/succeed_input_collectionSimulate a successful input collection
POST/v1/test_helpers/terminal/readers/{reader}/timeout_input_collectionSimulate an input collection timeout
GET/v1/test_helpers/test_clocksList all test clocks
POST/v1/test_helpers/test_clocksCreate a test clock
DELETE/v1/test_helpers/test_clocks/{test_clock}Delete a test clock
GET/v1/test_helpers/test_clocks/{test_clock}Retrieve a test clock
POST/v1/test_helpers/test_clocks/{test_clock}/advanceAdvance a test clock
POST/v1/test_helpers/treasury/inbound_transfers/{id}/failTest mode: Fail an InboundTransfer
POST/v1/test_helpers/treasury/inbound_transfers/{id}/returnTest mode: Return an InboundTransfer
POST/v1/test_helpers/treasury/inbound_transfers/{id}/succeedTest mode: Succeed an InboundTransfer
POST/v1/test_helpers/treasury/outbound_payments/{id}Test mode: Update an OutboundPayment
POST/v1/test_helpers/treasury/outbound_payments/{id}/failTest mode: Fail an OutboundPayment
POST/v1/test_helpers/treasury/outbound_payments/{id}/postTest mode: Post an OutboundPayment
POST/v1/test_helpers/treasury/outbound_payments/{id}/returnTest mode: Return an OutboundPayment
POST/v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}Test mode: Update an OutboundTransfer
POST/v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/failTest mode: Fail an OutboundTransfer
POST/v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/postTest mode: Post an OutboundTransfer
POST/v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/returnTest mode: Return an OutboundTransfer
POST/v1/test_helpers/treasury/received_creditsTest mode: Create a ReceivedCredit
POST/v1/test_helpers/treasury/received_debitsTest mode: Create a ReceivedDebit

tokens

MethodPathDescription
POST/v1/tokensCreate a CVC update token
GET/v1/tokens/{token}Retrieve a token

topups

MethodPathDescription
GET/v1/topupsList all top-ups
POST/v1/topupsCreate a top-up
GET/v1/topups/{topup}Retrieve a top-up
POST/v1/topups/{topup}Update a top-up
POST/v1/topups/{topup}/cancelCancel a top-up

transfers

MethodPathDescription
GET/v1/transfersList all transfers
POST/v1/transfersCreate a transfer
GET/v1/transfers/{id}/reversalsList all reversals
POST/v1/transfers/{id}/reversalsCreate a transfer reversal
GET/v1/transfers/{transfer}Retrieve a transfer
POST/v1/transfers/{transfer}Update a transfer
GET/v1/transfers/{transfer}/reversals/{id}Retrieve a reversal
POST/v1/transfers/{transfer}/reversals/{id}Update a reversal

treasury

MethodPathDescription
GET/v1/treasury/credit_reversalsList all CreditReversals
POST/v1/treasury/credit_reversalsCreate a CreditReversal
GET/v1/treasury/credit_reversals/{credit_reversal}Retrieve a CreditReversal
GET/v1/treasury/debit_reversalsList all DebitReversals
POST/v1/treasury/debit_reversalsCreate a DebitReversal
GET/v1/treasury/debit_reversals/{debit_reversal}Retrieve a DebitReversal
GET/v1/treasury/financial_accountsList all FinancialAccounts
POST/v1/treasury/financial_accountsCreate a FinancialAccount
GET/v1/treasury/financial_accounts/{financial_account}Retrieve a FinancialAccount
POST/v1/treasury/financial_accounts/{financial_account}Update a FinancialAccount
POST/v1/treasury/financial_accounts/{financial_account}/closeClose a FinancialAccount
GET/v1/treasury/financial_accounts/{financial_account}/featuresRetrieve FinancialAccount Features
POST/v1/treasury/financial_accounts/{financial_account}/featuresUpdate FinancialAccount Features
GET/v1/treasury/inbound_transfersList all InboundTransfers
POST/v1/treasury/inbound_transfersCreate an InboundTransfer
GET/v1/treasury/inbound_transfers/{id}Retrieve an InboundTransfer
POST/v1/treasury/inbound_transfers/{inbound_transfer}/cancelCancel an InboundTransfer
GET/v1/treasury/outbound_paymentsList all OutboundPayments
POST/v1/treasury/outbound_paymentsCreate an OutboundPayment
GET/v1/treasury/outbound_payments/{id}Retrieve an OutboundPayment
POST/v1/treasury/outbound_payments/{id}/cancelCancel an OutboundPayment
GET/v1/treasury/outbound_transfersList all OutboundTransfers
POST/v1/treasury/outbound_transfersCreate an OutboundTransfer
GET/v1/treasury/outbound_transfers/{outbound_transfer}Retrieve an OutboundTransfer
POST/v1/treasury/outbound_transfers/{outbound_transfer}/cancelCancel an OutboundTransfer
GET/v1/treasury/received_creditsList all ReceivedCredits
GET/v1/treasury/received_credits/{id}Retrieve a ReceivedCredit
GET/v1/treasury/received_debitsList all ReceivedDebits
GET/v1/treasury/received_debits/{id}Retrieve a ReceivedDebit
GET/v1/treasury/transaction_entriesList all TransactionEntries
GET/v1/treasury/transaction_entries/{id}Retrieve a TransactionEntry
GET/v1/treasury/transactionsList all Transactions
GET/v1/treasury/transactions/{id}Retrieve a Transaction

webhook_endpoints

MethodPathDescription
GET/v1/webhook_endpointsList all webhook endpoints
POST/v1/webhook_endpointsCreate a webhook endpoint
DELETE/v1/webhook_endpoints/{webhook_endpoint}Delete a webhook endpoint
GET/v1/webhook_endpoints/{webhook_endpoint}Retrieve a webhook endpoint
POST/v1/webhook_endpoints/{webhook_endpoint}Update a webhook endpoint

Common Questions

Match user requests to endpoints in references/api-spec.lap. Key patterns:

  • "List all account?" -> GET /v1/account
  • "Create a account_link?" -> POST /v1/account_links
  • "Create a account_session?" -> POST /v1/account_sessions
  • "List all accounts?" -> GET /v1/accounts
  • "Create a account?" -> POST /v1/accounts
  • "Delete a account?" -> DELETE /v1/accounts/{account}
  • "Get account details?" -> GET /v1/accounts/{account}
  • "Create a bank_account?" -> POST /v1/accounts/{account}/bank_accounts
  • "Delete a bank_account?" -> DELETE /v1/accounts/{account}/bank_accounts/{id}
  • "Get bank_account details?" -> GET /v1/accounts/{account}/bank_accounts/{id}
  • "List all capabilities?" -> GET /v1/accounts/{account}/capabilities
  • "Get capability details?" -> GET /v1/accounts/{account}/capabilities/{capability}
  • "List all external_accounts?" -> GET /v1/accounts/{account}/external_accounts
  • "Create a external_account?" -> POST /v1/accounts/{account}/external_accounts
  • "Delete a external_account?" -> DELETE /v1/accounts/{account}/external_accounts/{id}
  • "Get external_account details?" -> GET /v1/accounts/{account}/external_accounts/{id}
  • "Create a login_link?" -> POST /v1/accounts/{account}/login_links
  • "List all people?" -> GET /v1/accounts/{account}/people
  • "Create a people?" -> POST /v1/accounts/{account}/people
  • "Delete a people?" -> DELETE /v1/accounts/{account}/people/{person}
  • "Get people details?" -> GET /v1/accounts/{account}/people/{person}
  • "List all persons?" -> GET /v1/accounts/{account}/persons
  • "Create a person?" -> POST /v1/accounts/{account}/persons
  • "Delete a person?" -> DELETE /v1/accounts/{account}/persons/{person}
  • "Get person details?" -> GET /v1/accounts/{account}/persons/{person}
  • "Create a reject?" -> POST /v1/accounts/{account}/reject
  • "List all domains?" -> GET /v1/apple_pay/domains
  • "Create a domain?" -> POST /v1/apple_pay/domains
  • "Delete a domain?" -> DELETE /v1/apple_pay/domains/{domain}
  • "Get domain details?" -> GET /v1/apple_pay/domains/{domain}
  • "List all application_fees?" -> GET /v1/application_fees
  • "Get refund details?" -> GET /v1/application_fees/{fee}/refunds/{id}
  • "Get application_fee details?" -> GET /v1/application_fees/{id}
  • "Create a refund?" -> POST /v1/application_fees/{id}/refund
  • "List all refunds?" -> GET /v1/application_fees/{id}/refunds
  • "Create a refund?" -> POST /v1/application_fees/{id}/refunds
  • "List all secrets?" -> GET /v1/apps/secrets
  • "Create a secret?" -> POST /v1/apps/secrets
  • "Create a delete?" -> POST /v1/apps/secrets/delete
  • "List all find?" -> GET /v1/apps/secrets/find
  • "List all balance?" -> GET /v1/balance
  • "List all history?" -> GET /v1/balance/history
  • "Get history details?" -> GET /v1/balance/history/{id}
  • "List all balance_settings?" -> GET /v1/balance_settings
  • "Create a balance_setting?" -> POST /v1/balance_settings
  • "List all balance_transactions?" -> GET /v1/balance_transactions
  • "Get balance_transaction details?" -> GET /v1/balance_transactions/{id}
  • "List all alerts?" -> GET /v1/billing/alerts
  • "Create a alert?" -> POST /v1/billing/alerts
  • "Get alert details?" -> GET /v1/billing/alerts/{id}
  • "Create a activate?" -> POST /v1/billing/alerts/{id}/activate
  • "Create a archive?" -> POST /v1/billing/alerts/{id}/archive
  • "Create a deactivate?" -> POST /v1/billing/alerts/{id}/deactivate
  • "List all credit_balance_summary?" -> GET /v1/billing/credit_balance_summary
  • "List all credit_balance_transactions?" -> GET /v1/billing/credit_balance_transactions
  • "Get credit_balance_transaction details?" -> GET /v1/billing/credit_balance_transactions/{id}
  • "List all credit_grants?" -> GET /v1/billing/credit_grants
  • "Create a credit_grant?" -> POST /v1/billing/credit_grants
  • "Get credit_grant details?" -> GET /v1/billing/credit_grants/{id}
  • "Create a expire?" -> POST /v1/billing/credit_grants/{id}/expire
  • "Create a void?" -> POST /v1/billing/credit_grants/{id}/void
  • "Create a meter_event_adjustment?" -> POST /v1/billing/meter_event_adjustments
  • "Create a meter_event?" -> POST /v1/billing/meter_events
  • "List all meters?" -> GET /v1/billing/meters
  • "Create a meter?" -> POST /v1/billing/meters
  • "Get meter details?" -> GET /v1/billing/meters/{id}
  • "Create a deactivate?" -> POST /v1/billing/meters/{id}/deactivate
  • "List all event_summaries?" -> GET /v1/billing/meters/{id}/event_summaries
  • "Create a reactivate?" -> POST /v1/billing/meters/{id}/reactivate
  • "List all configurations?" -> GET /v1/billing_portal/configurations
  • "Create a configuration?" -> POST /v1/billing_portal/configurations
  • "Get configuration details?" -> GET /v1/billing_portal/configurations/{configuration}
  • "Create a session?" -> POST /v1/billing_portal/sessions
  • "List all charges?" -> GET /v1/charges
  • "Create a charge?" -> POST /v1/charges
  • "Search search?" -> GET /v1/charges/search
  • "Get charge details?" -> GET /v1/charges/{charge}
  • "Create a capture?" -> POST /v1/charges/{charge}/capture
  • "List all dispute?" -> GET /v1/charges/{charge}/dispute
  • "Create a dispute?" -> POST /v1/charges/{charge}/dispute
  • "Create a close?" -> POST /v1/charges/{charge}/dispute/close
  • "Create a refund?" -> POST /v1/charges/{charge}/refund
  • "List all refunds?" -> GET /v1/charges/{charge}/refunds
  • "Create a refund?" -> POST /v1/charges/{charge}/refunds
  • "Get refund details?" -> GET /v1/charges/{charge}/refunds/{refund}
  • "List all sessions?" -> GET /v1/checkout/sessions
  • "Create a session?" -> POST /v1/checkout/sessions
  • "Get session details?" -> GET /v1/checkout/sessions/{session}
  • "Create a expire?" -> POST /v1/checkout/sessions/{session}/expire
  • "List all line_items?" -> GET /v1/checkout/sessions/{session}/line_items
  • "List all orders?" -> GET /v1/climate/orders
  • "Create a order?" -> POST /v1/climate/orders
  • "Get order details?" -> GET /v1/climate/orders/{order}
  • "Create a cancel?" -> POST /v1/climate/orders/{order}/cancel
  • "List all products?" -> GET /v1/climate/products
  • "Get product details?" -> GET /v1/climate/products/{product}
  • "List all suppliers?" -> GET /v1/climate/suppliers
  • "Get supplier details?" -> GET /v1/climate/suppliers/{supplier}
  • "Get confirmation_token details?" -> GET /v1/confirmation_tokens/{confirmation_token}
  • "List all country_specs?" -> GET /v1/country_specs
  • "Get country_spec details?" -> GET /v1/country_specs/{country}
  • "List all coupons?" -> GET /v1/coupons
  • "Create a coupon?" -> POST /v1/coupons
  • "Delete a coupon?" -> DELETE /v1/coupons/{coupon}
  • "Get coupon details?" -> GET /v1/coupons/{coupon}
  • "List all credit_notes?" -> GET /v1/credit_notes
  • "Create a credit_note?" -> POST /v1/credit_notes
  • "List all preview?" -> GET /v1/credit_notes/preview
  • "List all lines?" -> GET /v1/credit_notes/preview/lines
  • "List all lines?" -> GET /v1/credit_notes/{credit_note}/lines
  • "Get credit_note details?" -> GET /v1/credit_notes/{id}
  • "Create a void?" -> POST /v1/credit_notes/{id}/void
  • "Create a customer_session?" -> POST /v1/customer_sessions
  • "List all customers?" -> GET /v1/customers
  • "Create a customer?" -> POST /v1/customers
  • "Search search?" -> GET /v1/customers/search
  • "Delete a customer?" -> DELETE /v1/customers/{customer}
  • "Get customer details?" -> GET /v1/customers/{customer}
  • "List all balance_transactions?" -> GET /v1/customers/{customer}/balance_transactions
  • "Create a balance_transaction?" -> POST /v1/customers/{customer}/balance_transactions
  • "Get balance_transaction details?" -> GET /v1/customers/{customer}/balance_transactions/{transaction}
  • "List all bank_accounts?" -> GET /v1/customers/{customer}/bank_accounts
  • "Create a bank_account?" -> POST /v1/customers/{customer}/bank_accounts
  • "Delete a bank_account?" -> DELETE /v1/customers/{customer}/bank_accounts/{id}
  • "Get bank_account details?" -> GET /v1/customers/{customer}/bank_accounts/{id}
  • "Create a verify?" -> POST /v1/customers/{customer}/bank_accounts/{id}/verify
  • "List all cards?" -> GET /v1/customers/{customer}/cards
  • "Create a card?" -> POST /v1/customers/{customer}/cards
  • "Delete a card?" -> DELETE /v1/customers/{customer}/cards/{id}
  • "Get card details?" -> GET /v1/customers/{customer}/cards/{id}
  • "List all cash_balance?" -> GET /v1/customers/{customer}/cash_balance
  • "Create a cash_balance?" -> POST /v1/customers/{customer}/cash_balance
  • "List all cash_balance_transactions?" -> GET /v1/customers/{customer}/cash_balance_transactions
  • "Get cash_balance_transaction details?" -> GET /v1/customers/{customer}/cash_balance_transactions/{transaction}
  • "List all discount?" -> GET /v1/customers/{customer}/discount
  • "Create a funding_instruction?" -> POST /v1/customers/{customer}/funding_instructions
  • "List all payment_methods?" -> GET /v1/customers/{customer}/payment_methods
  • "Get payment_method details?" -> GET /v1/customers/{customer}/payment_methods/{payment_method}
  • "List all sources?" -> GET /v1/customers/{customer}/sources
  • "Create a source?" -> POST /v1/customers/{customer}/sources
  • "Delete a source?" -> DELETE /v1/customers/{customer}/sources/{id}
  • "Get source details?" -> GET /v1/customers/{customer}/sources/{id}
  • "Create a verify?" -> POST /v1/customers/{customer}/sources/{id}/verify
  • "List all subscriptions?" -> GET /v1/customers/{customer}/subscriptions
  • "Create a subscription?" -> POST /v1/customers/{customer}/subscriptions
  • "Delete a subscription?" -> DELETE /v1/customers/{customer}/subscriptions/{subscription_exposed_id}
  • "Get subscription details?" -> GET /v1/customers/{customer}/subscriptions/{subscription_exposed_id}
  • "List all discount?" -> GET /v1/customers/{customer}/subscriptions/{subscription_exposed_id}/discount
  • "List all tax_ids?" -> GET /v1/customers/{customer}/tax_ids
  • "Create a tax_id?" -> POST /v1/customers/{customer}/tax_ids
  • "Delete a tax_id?" -> DELETE /v1/customers/{customer}/tax_ids/{id}
  • "Get tax_id details?" -> GET /v1/customers/{customer}/tax_ids/{id}
  • "List all disputes?" -> GET /v1/disputes
  • "Get dispute details?" -> GET /v1/disputes/{dispute}
  • "Create a close?" -> POST /v1/disputes/{dispute}/close
  • "List all active_entitlements?" -> GET /v1/entitlements/active_entitlements
  • "Get active_entitlement details?" -> GET /v1/entitlements/active_entitlements/{id}
  • "List all features?" -> GET /v1/entitlements/features
  • "Create a feature?" -> POST /v1/entitlements/features
  • "Get feature details?" -> GET /v1/entitlements/features/{id}
  • "Create a ephemeral_key?" -> POST /v1/ephemeral_keys
  • "Delete a ephemeral_key?" -> DELETE /v1/ephemeral_keys/{key}
  • "List all events?" -> GET /v1/events
  • "Get event details?" -> GET /v1/events/{id}
  • "List all exchange_rates?" -> GET /v1/exchange_rates
  • "Get exchange_rate details?" -> GET /v1/exchange_rates/{rate_id}
  • "List all file_links?" -> GET /v1/file_links
  • "Create a file_link?" -> POST /v1/file_links
  • "Get file_link details?" -> GET /v1/file_links/{link}
  • "List all files?" -> GET /v1/files
  • "Create a file?" -> POST /v1/files
  • "Get file details?" -> GET /v1/files/{file}
  • "List all accounts?" -> GET /v1/financial_connections/accounts
  • "Get account details?" -> GET /v1/financial_connections/accounts/{account}
  • "Create a disconnect?" -> POST /v1/financial_connections/accounts/{account}/disconnect
  • "List all owners?" -> GET /v1/financial_connections/accounts/{account}/owners
  • "Create a refresh?" -> POST /v1/financial_connections/accounts/{account}/refresh
  • "Create a subscribe?" -> POST /v1/financial_connections/accounts/{account}/subscribe
  • "Create a unsubscribe?" -> POST /v1/financial_connections/accounts/{account}/unsubscribe
  • "Create a session?" -> POST /v1/financial_connections/sessions
  • "Get session details?" -> GET /v1/financial_connections/sessions/{session}
  • "List all transactions?" -> GET /v1/financial_connections/transactions
  • "Get transaction details?" -> GET /v1/financial_connections/transactions/{transaction}
  • "List all requests?" -> GET /v1/forwarding/requests
  • "Create a request?" -> POST /v1/forwarding/requests
  • "Get request details?" -> GET /v1/forwarding/requests/{id}
  • "List all verification_reports?" -> GET /v1/identity/verification_reports
  • "Get verification_report details?" -> GET /v1/identity/verification_reports/{report}
  • "List all verification_sessions?" -> GET /v1/identity/verification_sessions
  • "Create a verification_session?" -> POST /v1/identity/verification_sessions
  • "Get verification_session details?" -> GET /v1/identity/verification_sessions/{session}
  • "Create a cancel?" -> POST /v1/identity/verification_sessions/{session}/cancel
  • "Create a redact?" -> POST /v1/identity/verification_sessions/{session}/redact
  • "List all invoice_payments?" -> GET /v1/invoice_payments
  • "Get invoice_payment details?" -> GET /v1/invoice_payments/{invoice_payment}
  • "List all invoice_rendering_templates?" -> GET /v1/invoice_rendering_templates
  • "Get invoice_rendering_template details?" -> GET /v1/invoice_rendering_templates/{template}
  • "Create a archive?" -> POST /v1/invoice_rendering_templates/{template}/archive
  • "Create a unarchive?" -> POST /v1/invoice_rendering_templates/{template}/unarchive
  • "List all invoiceitems?" -> GET /v1/invoiceitems
  • "Create a invoiceitem?" -> POST /v1/invoiceitems
  • "Delete a invoiceitem?" -> DELETE /v1/invoiceitems/{invoiceitem}
  • "Get invoiceitem details?" -> GET /v1/invoiceitems/{invoiceitem}
  • "List all invoices?" -> GET /v1/invoices
  • "Create a invoice?" -> POST /v1/invoices
  • "Create a create_preview?" -> POST /v1/invoices/create_preview
  • "Search search?" -> GET /v1/invoices/search
  • "Delete a invoice?" -> DELETE /v1/invoices/{invoice}
  • "Get invoice details?" -> GET /v1/invoices/{invoice}
  • "Create a add_line?" -> POST /v1/invoices/{invoice}/add_lines
  • "Create a attach_payment?" -> POST /v1/invoices/{invoice}/attach_payment
  • "Create a finalize?" -> POST /v1/invoices/{invoice}/finalize
  • "List all lines?" -> GET /v1/invoices/{invoice}/lines
  • "Create a mark_uncollectible?" -> POST /v1/invoices/{invoice}/mark_uncollectible
  • "Create a pay?" -> POST /v1/invoices/{invoice}/pay
  • "Create a remove_line?" -> POST /v1/invoices/{invoice}/remove_lines
  • "Create a send?" -> POST /v1/invoices/{invoice}/send
  • "Create a update_line?" -> POST /v1/invoices/{invoice}/update_lines
  • "Create a void?" -> POST /v1/invoices/{invoice}/void
  • "List all authorizations?" -> GET /v1/issuing/authorizations
  • "Get authorization details?" -> GET /v1/issuing/authorizations/{authorization}
  • "Create a approve?" -> POST /v1/issuing/authorizations/{authorization}/approve
  • "Create a decline?" -> POST /v1/issuing/authorizations/{authorization}/decline
  • "List all cardholders?" -> GET /v1/issuing/cardholders
  • "Create a cardholder?" -> POST /v1/issuing/cardholders
  • "Get cardholder details?" -> GET /v1/issuing/cardholders/{cardholder}
  • "List all cards?" -> GET /v1/issuing/cards
  • "Create a card?" -> POST /v1/issuing/cards
  • "Get card details?" -> GET /v1/issuing/cards/{card}
  • "List all disputes?" -> GET /v1/issuing/disputes
  • "Create a dispute?" -> POST /v1/issuing/disputes
  • "Get dispute details?" -> GET /v1/issuing/disputes/{dispute}
  • "Create a submit?" -> POST /v1/issuing/disputes/{dispute}/submit
  • "List all personalization_designs?" -> GET /v1/issuing/personalization_designs
  • "Create a personalization_design?" -> POST /v1/issuing/personalization_designs
  • "Get personalization_design details?" -> GET /v1/issuing/personalization_designs/{personalization_design}
  • "List all physical_bundles?" -> GET /v1/issuing/physical_bundles
  • "Get physical_bundle details?" -> GET /v1/issuing/physical_bundles/{physical_bundle}
  • "Get settlement details?" -> GET /v1/issuing/settlements/{settlement}
  • "List all tokens?" -> GET /v1/issuing/tokens
  • "Get token details?" -> GET /v1/issuing/tokens/{token}
  • "List all transactions?" -> GET /v1/issuing/transactions
  • "Get transaction details?" -> GET /v1/issuing/transactions/{transaction}
  • "Create a link_account_session?" -> POST /v1/link_account_sessions
  • "Get link_account_session details?" -> GET /v1/link_account_sessions/{session}
  • "List all linked_accounts?" -> GET /v1/linked_accounts
  • "Get linked_account details?" -> GET /v1/linked_accounts/{account}
  • "Create a disconnect?" -> POST /v1/linked_accounts/{account}/disconnect
  • "List all owners?" -> GET /v1/linked_accounts/{account}/owners
  • "Create a refresh?" -> POST /v1/linked_accounts/{account}/refresh
  • "Get mandate details?" -> GET /v1/mandates/{mandate}
  • "List all payment_attempt_records?" -> GET /v1/payment_attempt_records
  • "Get payment_attempt_record details?" -> GET /v1/payment_attempt_records/{id}
  • "List all payment_intents?" -> GET /v1/payment_intents
  • "Create a payment_intent?" -> POST /v1/payment_intents
  • "Search search?" -> GET /v1/payment_intents/search
  • "Get payment_intent details?" -> GET /v1/payment_intents/{intent}
  • "List all amount_details_line_items?" -> GET /v1/payment_intents/{intent}/amount_details_line_items
  • "Create a apply_customer_balance?" -> POST /v1/payment_intents/{intent}/apply_customer_balance
  • "Create a cancel?" -> POST /v1/payment_intents/{intent}/cancel
  • "Create a capture?" -> POST /v1/payment_intents/{intent}/capture
  • "Create a confirm?" -> POST /v1/payment_intents/{intent}/confirm
  • "Create a increment_authorization?" -> POST /v1/payment_intents/{intent}/increment_authorization
  • "Create a verify_microdeposit?" -> POST /v1/payment_intents/{intent}/verify_microdeposits
  • "List all payment_links?" -> GET /v1/payment_links
  • "Create a payment_link?" -> POST /v1/payment_links
  • "Get payment_link details?" -> GET /v1/payment_links/{payment_link}
  • "List all line_items?" -> GET /v1/payment_links/{payment_link}/line_items
  • "List all payment_method_configurations?" -> GET /v1/payment_method_configurations
  • "Create a payment_method_configuration?" -> POST /v1/payment_method_configurations
  • "Get payment_method_configuration details?" -> GET /v1/payment_method_configurations/{configuration}
  • "List all payment_method_domains?" -> GET /v1/payment_method_domains
  • "Create a payment_method_domain?" -> POST /v1/payment_method_domains
  • "Get payment_method_domain details?" -> GET /v1/payment_method_domains/{payment_method_domain}
  • "Create a validate?" -> POST /v1/payment_method_domains/{payment_method_domain}/validate
  • "List all payment_methods?" -> GET /v1/payment_methods
  • "Create a payment_method?" -> POST /v1/payment_methods
  • "Get payment_method details?" -> GET /v1/payment_methods/{payment_method}
  • "Create a attach?" -> POST /v1/payment_methods/{payment_method}/attach
  • "Create a detach?" -> POST /v1/payment_methods/{payment_method}/detach
  • "Create a report_payment?" -> POST /v1/payment_records/report_payment
  • "Get payment_record details?" -> GET /v1/payment_records/{id}
  • "Create a report_payment_attempt?" -> POST /v1/payment_records/{id}/report_payment_attempt
  • "Create a report_payment_attempt_canceled?" -> POST /v1/payment_records/{id}/report_payment_attempt_canceled
  • "Create a report_payment_attempt_failed?" -> POST /v1/payment_records/{id}/report_payment_attempt_failed
  • "Create a report_payment_attempt_guaranteed?" -> POST /v1/payment_records/{id}/report_payment_attempt_guaranteed
  • "Create a report_payment_attempt_informational?" -> POST /v1/payment_records/{id}/report_payment_attempt_informational
  • "Create a report_refund?" -> POST /v1/payment_records/{id}/report_refund
  • "List all payouts?" -> GET /v1/payouts
  • "Create a payout?" -> POST /v1/payouts
  • "Get payout details?" -> GET /v1/payouts/{payout}
  • "Create a cancel?" -> POST /v1/payouts/{payout}/cancel
  • "Create a reverse?" -> POST /v1/payouts/{payout}/reverse
  • "List all plans?" -> GET /v1/plans
  • "Create a plan?" -> POST /v1/plans
  • "Delete a plan?" -> DELETE /v1/plans/{plan}
  • "Get plan details?" -> GET /v1/plans/{plan}
  • "List all prices?" -> GET /v1/prices
  • "Create a price?" -> POST /v1/prices
  • "Search search?" -> GET /v1/prices/search
  • "Get price details?" -> GET /v1/prices/{price}
  • "List all products?" -> GET /v1/products
  • "Create a product?" -> POST /v1/products
  • "Search search?" -> GET /v1/products/search
  • "Delete a product?" -> DELETE /v1/products/{id}
  • "Get product details?" -> GET /v1/products/{id}
  • "List all features?" -> GET /v1/products/{product}/features
  • "Create a feature?" -> POST /v1/products/{product}/features
  • "Delete a feature?" -> DELETE /v1/products/{product}/features/{id}
  • "Get feature details?" -> GET /v1/products/{product}/features/{id}
  • "List all promotion_codes?" -> GET /v1/promotion_codes
  • "Create a promotion_code?" -> POST /v1/promotion_codes
  • "Get promotion_code details?" -> GET /v1/promotion_codes/{promotion_code}
  • "List all quotes?" -> GET /v1/quotes
  • "Create a quote?" -> POST /v1/quotes
  • "Get quote details?" -> GET /v1/quotes/{quote}
  • "Create a accept?" -> POST /v1/quotes/{quote}/accept
  • "Create a cancel?" -> POST /v1/quotes/{quote}/cancel
  • "List all computed_upfront_line_items?" -> GET /v1/quotes/{quote}/computed_upfront_line_items
  • "Create a finalize?" -> POST /v1/quotes/{quote}/finalize
  • "List all line_items?" -> GET /v1/quotes/{quote}/line_items
  • "List all pdf?" -> GET /v1/quotes/{quote}/pdf
  • "List all early_fraud_warnings?" -> GET /v1/radar/early_fraud_warnings
  • "Get early_fraud_warning details?" -> GET /v1/radar/early_fraud_warnings/{early_fraud_warning}
  • "Create a payment_evaluation?" -> POST /v1/radar/payment_evaluations
  • "List all value_list_items?" -> GET /v1/radar/value_list_items
  • "Create a value_list_item?" -> POST /v1/radar/value_list_items
  • "Delete a value_list_item?" -> DELETE /v1/radar/value_list_items/{item}
  • "Get value_list_item details?" -> GET /v1/radar/value_list_items/{item}
  • "List all value_lists?" -> GET /v1/radar/value_lists
  • "Create a value_list?" -> POST /v1/radar/value_lists
  • "Delete a value_list?" -> DELETE /v1/radar/value_lists/{value_list}
  • "Get value_list details?" -> GET /v1/radar/value_lists/{value_list}
  • "List all refunds?" -> GET /v1/refunds
  • "Create a refund?" -> POST /v1/refunds
  • "Get refund details?" -> GET /v1/refunds/{refund}
  • "Create a cancel?" -> POST /v1/refunds/{refund}/cancel
  • "List all report_runs?" -> GET /v1/reporting/report_runs
  • "Create a report_run?" -> POST /v1/reporting/report_runs
  • "Get report_run details?" -> GET /v1/reporting/report_runs/{report_run}
  • "List all report_types?" -> GET /v1/reporting/report_types
  • "Get report_type details?" -> GET /v1/reporting/report_types/{report_type}
  • "List all reviews?" -> GET /v1/reviews
  • "Get review details?" -> GET /v1/reviews/{review}
  • "Create a approve?" -> POST /v1/reviews/{review}/approve
  • "List all setup_attempts?" -> GET /v1/setup_attempts
  • "List all setup_intents?" -> GET /v1/setup_intents
  • "Create a setup_intent?" -> POST /v1/setup_intents
  • "Get setup_intent details?" -> GET /v1/setup_intents/{intent}
  • "Create a cancel?" -> POST /v1/setup_intents/{intent}/cancel
  • "Create a confirm?" -> POST /v1/setup_intents/{intent}/confirm
  • "Create a verify_microdeposit?" -> POST /v1/setup_intents/{intent}/verify_microdeposits
  • "List all shipping_rates?" -> GET /v1/shipping_rates
  • "Create a shipping_rate?" -> POST /v1/shipping_rates
  • "Get shipping_rate details?" -> GET /v1/shipping_rates/{shipping_rate_token}
  • "List all scheduled_query_runs?" -> GET /v1/sigma/scheduled_query_runs
  • "Get scheduled_query_run details?" -> GET /v1/sigma/scheduled_query_runs/{scheduled_query_run}
  • "Create a source?" -> POST /v1/sources
  • "Get source details?" -> GET /v1/sources/{source}
  • "Get mandate_notification details?" -> GET /v1/sources/{source}/mandate_notifications/{mandate_notification}
  • "List all source_transactions?" -> GET /v1/sources/{source}/source_transactions
  • "Get source_transaction details?" -> GET /v1/sources/{source}/source_transactions/{source_transaction}
  • "Create a verify?" -> POST /v1/sources/{source}/verify
  • "List all subscription_items?" -> GET /v1/subscription_items
  • "Create a subscription_item?" -> POST /v1/subscription_items
  • "Delete a subscription_item?" -> DELETE /v1/subscription_items/{item}
  • "Get subscription_item details?" -> GET /v1/subscription_items/{item}
  • "List all subscription_schedules?" -> GET /v1/subscription_schedules
  • "Create a subscription_schedule?" -> POST /v1/subscription_schedules
  • "Get subscription_schedule details?" -> GET /v1/subscription_schedules/{schedule}
  • "Create a cancel?" -> POST /v1/subscription_schedules/{schedule}/cancel
  • "Create a release?" -> POST /v1/subscription_schedules/{schedule}/release
  • "List all subscriptions?" -> GET /v1/subscriptions
  • "Create a subscription?" -> POST /v1/subscriptions
  • "Search search?" -> GET /v1/subscriptions/search
  • "Delete a subscription?" -> DELETE /v1/subscriptions/{subscription_exposed_id}
  • "Get subscription details?" -> GET /v1/subscriptions/{subscription_exposed_id}
  • "Create a migrate?" -> POST /v1/subscriptions/{subscription}/migrate
  • "Create a resume?" -> POST /v1/subscriptions/{subscription}/resume
  • "List all find?" -> GET /v1/tax/associations/find
  • "Create a calculation?" -> POST /v1/tax/calculations
  • "Get calculation details?" -> GET /v1/tax/calculations/{calculation}
  • "List all line_items?" -> GET /v1/tax/calculations/{calculation}/line_items
  • "List all registrations?" -> GET /v1/tax/registrations
  • "Create a registration?" -> POST /v1/tax/registrations
  • "Get registration details?" -> GET /v1/tax/registrations/{id}
  • "List all settings?" -> GET /v1/tax/settings
  • "Create a setting?" -> POST /v1/tax/settings
  • "Create a create_from_calculation?" -> POST /v1/tax/transactions/create_from_calculation
  • "Create a create_reversal?" -> POST /v1/tax/transactions/create_reversal
  • "Get transaction details?" -> GET /v1/tax/transactions/{transaction}
  • "List all line_items?" -> GET /v1/tax/transactions/{transaction}/line_items
  • "List all tax_codes?" -> GET /v1/tax_codes
  • "Get tax_code details?" -> GET /v1/tax_codes/{id}
  • "List all tax_ids?" -> GET /v1/tax_ids
  • "Create a tax_id?" -> POST /v1/tax_ids
  • "Delete a tax_id?" -> DELETE /v1/tax_ids/{id}
  • "Get tax_id details?" -> GET /v1/tax_ids/{id}
  • "List all tax_rates?" -> GET /v1/tax_rates
  • "Create a tax_rate?" -> POST /v1/tax_rates
  • "Get tax_rate details?" -> GET /v1/tax_rates/{tax_rate}
  • "List all configurations?" -> GET /v1/terminal/configurations
  • "Create a configuration?" -> POST /v1/terminal/configurations
  • "Delete a configuration?" -> DELETE /v1/terminal/configurations/{configuration}
  • "Get configuration details?" -> GET /v1/terminal/configurations/{configuration}
  • "Create a connection_token?" -> POST /v1/terminal/connection_tokens
  • "List all locations?" -> GET /v1/terminal/locations
  • "Create a location?" -> POST /v1/terminal/locations
  • "Delete a location?" -> DELETE /v1/terminal/locations/{location}
  • "Get location details?" -> GET /v1/terminal/locations/{location}
  • "Create a onboarding_link?" -> POST /v1/terminal/onboarding_links
  • "List all readers?" -> GET /v1/terminal/readers
  • "Create a reader?" -> POST /v1/terminal/readers
  • "Delete a reader?" -> DELETE /v1/terminal/readers/{reader}
  • "Get reader details?" -> GET /v1/terminal/readers/{reader}
  • "Create a cancel_action?" -> POST /v1/terminal/readers/{reader}/cancel_action
  • "Create a collect_input?" -> POST /v1/terminal/readers/{reader}/collect_inputs
  • "Create a collect_payment_method?" -> POST /v1/terminal/readers/{reader}/collect_payment_method
  • "Create a confirm_payment_intent?" -> POST /v1/terminal/readers/{reader}/confirm_payment_intent
  • "Create a process_payment_intent?" -> POST /v1/terminal/readers/{reader}/process_payment_intent
  • "Create a process_setup_intent?" -> POST /v1/terminal/readers/{reader}/process_setup_intent
  • "Create a refund_payment?" -> POST /v1/terminal/readers/{reader}/refund_payment
  • "Create a set_reader_display?" -> POST /v1/terminal/readers/{reader}/set_reader_display
  • "Create a refund?" -> POST /v1/terminal/refunds
  • "Create a confirmation_token?" -> POST /v1/test_helpers/confirmation_tokens
  • "Create a fund_cash_balance?" -> POST /v1/test_helpers/customers/{customer}/fund_cash_balance
  • "Create a authorization?" -> POST /v1/test_helpers/issuing/authorizations
  • "Create a capture?" -> POST /v1/test_helpers/issuing/authorizations/{authorization}/capture
  • "Create a expire?" -> POST /v1/test_helpers/issuing/authorizations/{authorization}/expire
  • "Create a finalize_amount?" -> POST /v1/test_helpers/issuing/authorizations/{authorization}/finalize_amount
  • "Create a respond?" -> POST /v1/test_helpers/issuing/authorizations/{authorization}/fraud_challenges/respond
  • "Create a increment?" -> POST /v1/test_helpers/issuing/authorizations/{authorization}/increment
  • "Create a reverse?" -> POST /v1/test_helpers/issuing/authorizations/{authorization}/reverse
  • "Create a deliver?" -> POST /v1/test_helpers/issuing/cards/{card}/shipping/deliver
  • "Create a fail?" -> POST /v1/test_helpers/issuing/cards/{card}/shipping/fail
  • "Create a return?" -> POST /v1/test_helpers/issuing/cards/{card}/shipping/return
  • "Create a ship?" -> POST /v1/test_helpers/issuing/cards/{card}/shipping/ship
  • "Create a submit?" -> POST /v1/test_helpers/issuing/cards/{card}/shipping/submit
  • "Create a activate?" -> POST /v1/test_helpers/issuing/personalization_designs/{personalization_design}/activate
  • "Create a deactivate?" -> POST /v1/test_helpers/issuing/personalization_designs/{personalization_design}/deactivate
  • "Create a reject?" -> POST /v1/test_helpers/issuing/personalization_designs/{personalization_design}/reject
  • "Create a settlement?" -> POST /v1/test_helpers/issuing/settlements
  • "Create a complete?" -> POST /v1/test_helpers/issuing/settlements/{settlement}/complete
  • "Create a create_force_capture?" -> POST /v1/test_helpers/issuing/transactions/create_force_capture
  • "Create a create_unlinked_refund?" -> POST /v1/test_helpers/issuing/transactions/create_unlinked_refund
  • "Create a refund?" -> POST /v1/test_helpers/issuing/transactions/{transaction}/refund
  • "Create a expire?" -> POST /v1/test_helpers/refunds/{refund}/expire
  • "Create a present_payment_method?" -> POST /v1/test_helpers/terminal/readers/{reader}/present_payment_method
  • "Create a succeed_input_collection?" -> POST /v1/test_helpers/terminal/readers/{reader}/succeed_input_collection
  • "Create a timeout_input_collection?" -> POST /v1/test_helpers/terminal/readers/{reader}/timeout_input_collection
  • "List all test_clocks?" -> GET /v1/test_helpers/test_clocks
  • "Create a test_clock?" -> POST /v1/test_helpers/test_clocks
  • "Delete a test_clock?" -> DELETE /v1/test_helpers/test_clocks/{test_clock}
  • "Get test_clock details?" -> GET /v1/test_helpers/test_clocks/{test_clock}
  • "Create a advance?" -> POST /v1/test_helpers/test_clocks/{test_clock}/advance
  • "Create a fail?" -> POST /v1/test_helpers/treasury/inbound_transfers/{id}/fail
  • "Create a return?" -> POST /v1/test_helpers/treasury/inbound_transfers/{id}/return
  • "Create a succeed?" -> POST /v1/test_helpers/treasury/inbound_transfers/{id}/succeed
  • "Create a fail?" -> POST /v1/test_helpers/treasury/outbound_payments/{id}/fail
  • "Create a post?" -> POST /v1/test_helpers/treasury/outbound_payments/{id}/post
  • "Create a return?" -> POST /v1/test_helpers/treasury/outbound_payments/{id}/return
  • "Create a fail?" -> POST /v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/fail
  • "Create a post?" -> POST /v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/post
  • "Create a return?" -> POST /v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/return
  • "Create a received_credit?" -> POST /v1/test_helpers/treasury/received_credits
  • "Create a received_debit?" -> POST /v1/test_helpers/treasury/received_debits
  • "Create a token?" -> POST /v1/tokens
  • "Get token details?" -> GET /v1/tokens/{token}
  • "List all topups?" -> GET /v1/topups
  • "Create a topup?" -> POST /v1/topups
  • "Get topup details?" -> GET /v1/topups/{topup}
  • "Create a cancel?" -> POST /v1/topups/{topup}/cancel
  • "List all transfers?" -> GET /v1/transfers
  • "Create a transfer?" -> POST /v1/transfers
  • "List all reversals?" -> GET /v1/transfers/{id}/reversals
  • "Create a reversal?" -> POST /v1/transfers/{id}/reversals
  • "Get transfer details?" -> GET /v1/transfers/{transfer}
  • "Get reversal details?" -> GET /v1/transfers/{transfer}/reversals/{id}
  • "List all credit_reversals?" -> GET /v1/treasury/credit_reversals
  • "Create a credit_reversal?" -> POST /v1/treasury/credit_reversals
  • "Get credit_reversal details?" -> GET /v1/treasury/credit_reversals/{credit_reversal}
  • "List all debit_reversals?" -> GET /v1/treasury/debit_reversals
  • "Create a debit_reversal?" -> POST /v1/treasury/debit_reversals
  • "Get debit_reversal details?" -> GET /v1/treasury/debit_reversals/{debit_reversal}
  • "List all financial_accounts?" -> GET /v1/treasury/financial_accounts
  • "Create a financial_account?" -> POST /v1/treasury/financial_accounts
  • "Get financial_account details?" -> GET /v1/treasury/financial_accounts/{financial_account}
  • "Create a close?" -> POST /v1/treasury/financial_accounts/{financial_account}/close
  • "List all features?" -> GET /v1/treasury/financial_accounts/{financial_account}/features
  • "Create a feature?" -> POST /v1/treasury/financial_accounts/{financial_account}/features
  • "List all inbound_transfers?" -> GET /v1/treasury/inbound_transfers
  • "Create a inbound_transfer?" -> POST /v1/treasury/inbound_transfers
  • "Get inbound_transfer details?" -> GET /v1/treasury/inbound_transfers/{id}
  • "Create a cancel?" -> POST /v1/treasury/inbound_transfers/{inbound_transfer}/cancel
  • "List all outbound_payments?" -> GET /v1/treasury/outbound_payments
  • "Create a outbound_payment?" -> POST /v1/treasury/outbound_payments
  • "Get outbound_payment details?" -> GET /v1/treasury/outbound_payments/{id}
  • "Create a cancel?" -> POST /v1/treasury/outbound_payments/{id}/cancel
  • "List all outbound_transfers?" -> GET /v1/treasury/outbound_transfers
  • "Create a outbound_transfer?" -> POST /v1/treasury/outbound_transfers
  • "Get outbound_transfer details?" -> GET /v1/treasury/outbound_transfers/{outbound_transfer}
  • "Create a cancel?" -> POST /v1/treasury/outbound_transfers/{outbound_transfer}/cancel
  • "List all received_credits?" -> GET /v1/treasury/received_credits
  • "Get received_credit details?" -> GET /v1/treasury/received_credits/{id}
  • "List all received_debits?" -> GET /v1/treasury/received_debits
  • "Get received_debit details?" -> GET /v1/treasury/received_debits/{id}
  • "List all transaction_entries?" -> GET /v1/treasury/transaction_entries
  • "Get transaction_entry details?" -> GET /v1/treasury/transaction_entries/{id}
  • "List all transactions?" -> GET /v1/treasury/transactions
  • "Get transaction details?" -> GET /v1/treasury/transactions/{id}
  • "List all webhook_endpoints?" -> GET /v1/webhook_endpoints
  • "Create a webhook_endpoint?" -> POST /v1/webhook_endpoints
  • "Delete a webhook_endpoint?" -> DELETE /v1/webhook_endpoints/{webhook_endpoint}
  • "Get webhook_endpoint details?" -> GET /v1/webhook_endpoints/{webhook_endpoint}
  • "How to authenticate?" -> See Auth section

Response Tips

  • Check response schemas in references/api-spec.lap for field details
  • List endpoints may support pagination; check for limit, offset, or cursor params
  • Create/update endpoints typically return the created/updated object

References

  • Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

Generated from the official API spec by LAP

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ai Competitor Analyzer

提供AI驱动的竞争对手分析,支持批量自动处理,提升企业和专业团队分析效率与专业度。

Registry SourceRecently Updated
General

Ai Data Visualization

提供自动化AI分析与多格式批量处理,显著提升数据可视化效率,节省成本,适用企业和个人用户。

Registry SourceRecently Updated
General

Ai Cost Optimizer

提供基于预算和任务需求的AI模型成本优化方案,计算节省并指导OpenClaw配置与模型切换策略。

Registry SourceRecently Updated