Skip to main content

Transaction Query

Endpoint contract

Query the current status and full details of a transaction that was created through checkout, S2S card, or iframe flows.

POST /v2/checkout/queryapplication/jsonSignature required

Request

FieldTypeRequiredDescription
transactionIdString (ULID)MGLODIPAY transaction ID.
signatureString(max:750)MRSA-MD5 signature generated from the request body.

Response

FieldTypeDescription
merchantIdStringMerchant ID.
transactionIdStringGLODIPAY transaction ID.
transactionNumberStringHuman-readable transaction number.
refStringMerchant order reference.
currencyStringISO 4217 currency code.
amountFloatInvoice amount.
paidAmountFloatAmount charged to the buyer.
settlementAmountFloatAmount to settle to the merchant.
estimationSettlementAtISO 8601Estimated settlement time.
feesJSONFee breakdown.
statusStringTransaction status.
statusCodeNumberNumeric status code.
metadataJSONOriginal metadata.
transactionDocumentsJSONOriginal supporting documents.
paymentMethodDetailsJSONPayment method details.
messageStringHuman-readable status message.
descriptorStringTransaction descriptor.
transactionCreatedAtISO 8601GLODIPAY creation time.
originalTransactionCreatedAtISO 8601PSP creation time.
signatureStringResponse signature to verify with the GLODIPAY public key.

fees object

FieldTypeDescription
buyerFloatBuyer-facing fee amount.
sellerFloatMerchant fee amount.
rollingFloatRolling reserve amount.
operateFloatTotal operating fees (processor + GLODIPAY + partner).
estimationRollingReleaseAtISO 8601Estimated rolling reserve release datetime.

paymentMethodDetails object

FieldTypeDescription
displayNameStringPayment method label.
groupStringPayment method group type.
familyStringPayment method family type.
typeStringPayment method type (e.g. card, googlepay).
cardJSONOptional. Card-specific details (only for card payments). Includes name, firstSixDigits, lastFourDigits, expiryMonth, expiryYear, type, issuer, funding, etc.

Source

This page is derived from Checkout API.

Bookmarks

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