💵Get Transaction by Order ID

Retrieve full transaction details using a specific Order ID. This endpoint provides real-time insights into the payment status, shopper info, transaction amount, and timestamps—ideal for quick lookups, reconciliations, or support queries.

Endpoint

Sandbox

GET https://connect-sandbox.paylaterapp.com/api/paylater/merchant-portal/web-checkout/transactions/{order_id}?merchantId={{merchantID}}

Production

GET https://connect.paylaterapp.com/api/paylater/merchant-portal/web-checkout/transactions/{order_id}?merchantId={{merchantID}}

Headers

  • x-api-key: Your API key (Required)

Query Parameters

merchantId

String

Your merchant ID

order_id

String

Merchant Unique order ID

Success Response

Error Responses

Last updated