API Reference
Payment request link (merchant)
Purpose
Merchant checkout endpoints are used by merchant systems to initiate and manage customer checkout interactions.
When to use
- Use these from your backend (not from a public browser) whenever possible.
- Prefer idempotency for create/init operations to avoid duplicate sessions.
Endpoints (2)
Click an endpoint to jump to its details.
get
/payment-request-link/merchantList my payment request links (API key)
Unknown
No detailed description provided for this operation in the OpenAPI spec.
operationId: PaymentRequestLinkMerchantController_findAlltag: Payment request link (merchant)permalink
post
/payment-request-link/merchantCreate a shareable payment request link (API key)
Unknown
No detailed description provided for this operation in the OpenAPI spec.
operationId: PaymentRequestLinkMerchantController_createtag: Payment request link (merchant)permalink