Skip to main content

Refund Query

Ask AI

Endpoint contract

Query the latest status of a refund created through the Refund API.

POST /v2/refund/queryapplication/jsonSignature required

Request

FieldTypeRequiredDescription
refundIdString (ULID)MGLODIPAY refund ID from the refund API response or refund IPN.
signatureString(max:750)MRSA-MD5 signature.

Response

The response body contains status, message, and a data object with the refund details.

data fieldTypeDescription
transactionIdStringOriginal transaction ID.
refStringMerchant order reference.
refundIdStringGLODIPAY refund ID.
currencyStringISO 4217 currency code.
refundAmountFloatRefund amount.
statusStringRefund status.
statusCodeNumberNumeric refund status code.
metadataJSONOriginal checkout metadata.
reasonStringRefund reason.
messageStringHuman-readable status message.
originalRefundCreatedAtISO 8601PSP refund creation time.
refundCreatedAtISO 8601GLODIPAY refund creation time.
transactionCreatedAtISO 8601Original transaction creation time.
signatureStringResponse signature.

Source

This page is derived from Refund API.

Bookmarks

No bookmarks yet.
Hover over a heading and click to save a section.