Skip to main content
GET
Check refund status
Get the current status of the refund based on its refundId.

Authorizations

Authorization
string
header
required

Path Parameters

refundId
string<uuid>
required

The id of the refund that you are performing this operation on.

Required string length: 36

Response

Request has been processed by PawaPay

status
enum<string>
required

The result of this operation.

  • FOUND - The payment was found in PawaPay.
  • NOT_FOUND - The payment was not found in PawaPay.
Available options:
FOUND,
NOT_FOUND
data
object