Get payment link and expiration date¶
Request to obtain the payment link and its expiration date for a specific reservation
Example:¶
Query parameters¶
| PARAMETER | TYPE | REQ. | DESCRIPTION |
|---|---|---|---|
| chatbot_id | String | Yes | Reservation ID, this data is returned when creating the reservation |
Endpoint response¶
Status code: 200¶
{
"url": "https://app.autocore.pro/payment?id=ChatBot-5E6EF658",
"url_status": "Link vigente",
"validity_days": 9,
"validity_hours": 863918.431426,
"expiration_date": "2024-02-23T16:29:38.103615"
}