Endpoints para link de pagos
Content-Type: application/json Authorization: <integration-token> Host: example.org Cookie:
GET /pay/payment_links/PL-derMx6RNxnj7P2XsqtaU
{}:
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json; charset=utf-8 ETag: W/"8fe415b4c23e0aa38871223edc0026df" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: b2812754-1427-4440-b63c-2b540b752556 X-Runtime: 0.020497 Vary: Origin Content-Length: 420
200 OK
{
"data": {
"id": 4,
"token": "PL-derMx6RNxnj7P2XsqtaU",
"amount": "1000.0",
"success_url": "https://test.kriptonmarket.com/success",
"cancel_url": "https://test.kriptonmarket.com/cancel",
"notify_url": "https://test.kriptonmarket.com/notify",
"status": "on_hold",
"currency_id": "ars",
"user_id": 10120,
"order_id": null,
"expire_at": "2023-04-28T22:15:00.000Z",
"created_at": "2023-04-28T21:45:00.601Z",
"updated_at": "2023-04-28T21:45:00.601Z"
}
}