2.5 KiB
2.5 KiB
name, description
| name | description |
|---|---|
| online-checkout-routes | Handle 9 OpenAPI operation(s) under /v2/online-checkout for the online checkout route group. |
online checkout API Routes
Handle 9 OpenAPI operation(s) under /v2/online-checkout for the online checkout route group.
Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.
Operations
retrieve_location_settings
- Operation ID:
retrieve_location_settings - Route:
GET /v2/online-checkout/location-settings/{location_id} - Mode: READ
- Summary: RetrieveLocationSettings
- Parameters:
location_idinpathrequired
update_location_settings
- Operation ID:
update_location_settings - Route:
PUT /v2/online-checkout/location-settings/{location_id} - Mode: WRITE
- Summary: UpdateLocationSettings
- Parameters:
location_idinpathrequired
- Body: JSON request body accepted.
retrieve_merchant_settings
- Operation ID:
retrieve_merchant_settings - Route:
GET /v2/online-checkout/merchant-settings - Mode: READ
- Summary: RetrieveMerchantSettings
update_merchant_settings
- Operation ID:
update_merchant_settings - Route:
PUT /v2/online-checkout/merchant-settings - Mode: WRITE
- Summary: UpdateMerchantSettings
- Body: JSON request body accepted.
list_payment_links
- Operation ID:
list_payment_links - Route:
GET /v2/online-checkout/payment-links - Mode: READ
- Summary: ListPaymentLinks
- Parameters:
cursorinquerylimitinquery
create_payment_link
- Operation ID:
create_payment_link - Route:
POST /v2/online-checkout/payment-links - Mode: WRITE
- Summary: CreatePaymentLink
- Body: JSON request body accepted.
delete_payment_link
- Operation ID:
delete_payment_link - Route:
DELETE /v2/online-checkout/payment-links/{id} - Mode: WRITE
- Summary: DeletePaymentLink
- Parameters:
idinpathrequired
retrieve_payment_link
- Operation ID:
retrieve_payment_link - Route:
GET /v2/online-checkout/payment-links/{id} - Mode: READ
- Summary: RetrievePaymentLink
- Parameters:
idinpathrequired
update_payment_link
- Operation ID:
update_payment_link - Route:
PUT /v2/online-checkout/payment-links/{id} - Mode: WRITE
- Summary: UpdatePaymentLink
- Parameters:
idinpathrequired
- Body: JSON request body accepted.