Skip to main content
GET
/
payments
/
h2h
/
refund
/
{transactionId}
cURL
curl --request GET \
  --url https://apay.caibo.digital/payments/h2h/refund/{transactionId}
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

transactionId
string
required

Response

OK