cURL
curl --request GET \ --url https://api.satsuma.ai/order/{orderId}/payment-link \ --header 'Authorization: <api-key>'
{ "data": { "url": "<string>" }, "messages": [ { "context": "<string>", "level": "Information", "text": "<string>", "data": {} } ] }
Get payment link for an order
API Key authentication
Order identifier
OK
Show child attributes