To generate a payment link for check out page
cURL
curl --request GET \ --url https://portal.yasmina.ai/api/v1/medical/payment-link \ --header 'Authorization: Bearer <token>'
{ "payment": "https://portal.yasmina.ai/checkoutPage?hash=eyJpdiI6ImZZVU1pN2NsbGxUOEtjNGlkQzVJanc9PSIsInZhbHVlIjoiV2Z6S2ljczQ4b3JmREFnNkVPa1phL0xZSTFGZ2dQRXZhcFo1K0pSaEE2ND0iLCJtYWMiOiJjNGRmMWM3ODQyZGEyZTA2M2JlOWYzZTA3NTc2NDcyNzk3M2E2ZGVhOWE3YjNjODQxNWU1MjU3ODA3ZDc3MjMzIiwidGFnIjoiIn0=" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object