πŸ’ΈRefund API

Initiate a full refund for a completed transaction using the Refund API. This endpoint allows you to seamlessly return funds to the shopper while keeping records updated for reconciliation and reporting purposes.

Endpoint

Sandbox

GET https://connect-sandbox.paylaterapp.com/api/paylater/merchant-portal/web-checkout/refund

Production

GET https://connect.paylaterapp.com/api/paylater/merchant-portal/web-checkout/refund

Headers

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

Query Parameters

Parameter

Type

Required

Description

merchantId

String

βœ…

Your merchant ID

transactionReference

String

βœ…

Merchant Order ID

transactionType

String

βœ…

Must be DOWN_PAYMENT

Success Response

Error Responses


For questions, support, or sandbox access β€” reach out to your PayLater account manager.

Ready to go? Start coding. πŸ› οΈ

Last updated