get
https://sandbox-api.bxnk.com/api/v1/product-apis/payments//refund/
Authentication
Requires product-api-token (sent via the configured auth header as a JWT bearer token) headers.
Path parameters
paymentId(string): the payment identifierrefundId(string): the refund identifier
Response
200: Refund status retrieved successfully.
Returned data includes the refund fields documented for refund, including cumulative refundedAmount, remainingRefundableAmount, and isFullyRefunded.
This polling endpoint is limited to 5 requests per second.
401: Unauthorized
403: Forbidden
404: Not found
429: Too many requests