Get Boleto (Order Status API)

This is a Server-to-Server API that takes the Order Id as a path parameter and returns the order status along with other details. It retrieves the Boleto details, including the URL to download the Boleto PDF. The merchant can access and download the Boleto PDF using the links.status_link.url field in the API response.

API Endpoints
Sandbox Link
GET
https://api.sandbox.juspay.io/orders/{order_id}
Production Link
GET
https://api.juspay.io/orders/{order_id}
Authorization Header
Headers
Path Params
Query Params
200 : Success
400 : Invalid Input data
Last updated 3 months ago