🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
api_key: ********************curl --location '/v1/payment-links/check' \
--header 'api_key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"merchant_id": 0,
"order_id": 0,
"sale_type": "pay_by_link"
}'{
"data": [
{
"short_url": "string",
"order_ref": "string",
"amount": 0,
"currency_code": "string",
"status": "string"
}
]
}