Get order payment link
get_order_payment_linkGenerate a permanent payment link for an order so the buyer can pay without logging in. The link remains valid in any order status and never expires.
Instructions
Get the signed payment-page link for an order, to be sent to the buyer — they can pay without logging in. The link is permanent (the same value for the order every time), works in any order status, never expires and cannot be revoked (revoking the API token does not invalidate it) — hand it out deliberately. Operation: GetOrderPaymentLink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Order ID (UUID). | |
| source | No | Traffic-source label: lands in the final link's `from` parameter so the store can tell integrations apart in analytics. Defaults to `api`. |