Create refund link
This operation creates a link that points to a Cobo-hosted refund page. The user can submit their desired refund address on the page.
Once the address is submitted, Cobo will automatically create a refund order and initiate the refund process according to your configuration.
For details, see Create refund link.
Documentation Index
Fetch the complete documentation index at: https://cobo.com/payments/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Body
The request body to create a refund link.
Response
Link created successfully.
The base URL of the page. This URL should be combined with the token parameter to form the complete link.
"https://payment-link.dev.cobo.com/payment"
The token appended to the URL as a query parameter. This token identifies and authenticates a specific payment or refund session.
The complete link should be constructed as: [url]?token=[token]
"01EJ5QW8KtSBesqnRZsmadPgihYf754OnVnNhimKKBi6QQO5PNyr9EXPyFRJGGOF"
