Payments report

Gain deep insights into your authorization funnel and processing efficiency with a unified breakdown of payment statuses, failure results, and card-level metadata.

This report provides a standardized view of authorization health and transaction outcomes across your entire processing portfolio. By aggregating fragmented provider data, it offers granular visibility into authorization success rates, failure reasons, and technical payment attributes like 3DS status and token types.

Columns

ColumnTypeDescription
created_atTIMESTAMP_NTZDate when Payment has been created.
updated_atTIMESTAMP_NTZDate when latest payment event has happened.
timezoneVARCHARTimezone in which the session happened.
merchant_idVARCHARUnique identifier of the merchant.
workspace_idVARCHARWorkspace identifier mapped from the merchant, used for Payrails reporting.
payrails_payment_idVARCHARUnique identifier of the Payment in Payrails.
payrails_execution_idVARCHARUnique identifier of the execution.
holder_idVARCHARID of the payer (holder).
merchant_referenceVARCHARPayment reference provided by the merchant.
provider_nameVARCHARProvider who processed the payment.
provider_account_nameVARCHARProvider account display name.
provider_referenceVARCHARUnique identifier of the Payment in an external system, e.g. PSP.
is_zero_authBOOLEANIf payment is zero authorization.
statusVARCHARFinal status of the payment.
is_authorizedBOOLEANIf payment was authorized.
authorization_failure_resultVARCHARTransformed authorization failure response code, provides more details on failed transactions than status.
processing_typeVARCHARPayment processing type, values: Regular, Subscription, CardOnFile, UnscheduledCardOnFile
currencyVARCHARThree-letter ISO currency code, in uppercase.
amountNUMBERPayment amount in local currency.
captured_amountNUMBERAmount that was captured from the Payment in local currency. If no capture is initiated for the payment, the value will be 0 until a successful capture occurs.
refunded_amountNUMBERAmount that was refunded from the Payment in local currency. If multiple partial refunds have been made, this will be the sum of them. If no refund is initiated for the payment, the value will remain 0 until a successful refund occurs.
has_threedsBOOLEANWhether payment went through 3ds.
threeds_idVARCHARUnique identifier of the associated 3ds object.
eciVARCHARElectronic commerce indicator
payment_method_typeVARCHARPayment method type, values: card, easypaisa, jazzCash, fawryPay, etc.
binNUMBERFirst 6-8 digits of the Card number. Also known as IIN (Issuer Identification Number). Card only.
issuerVARCHARCard issuing bank.
issuer_country_codeVARCHARISO alpha-2 issuer country.
issuer_country_nameVARCHAREnglish name of the country of the bank or institution that issued the card. Card only.
card_networkVARCHARCard network that supports the card, e.g. Visa, Mastercard, American Express. Card only.
card_local_networkVARCHARCard local network that supports the card, e.g. CartesBancaires, Dankort, Mada, Bancontact.
card_segmentVARCHARSegment of the card, e.g. gold, black, business. Card only.
card_typeVARCHARCard type, values: credit, debit, notset, prepaid.
card_type_detailsVARCHARMore information about the card type, e.g. personal, commercial. Card only.
token_idVARCHARInstrument Token ID related to the payment.
token_typeVARCHARType of the token, values: network, vault, psp, networkOffers.
error_reason_sourceVARCHARSource of the error reason (null if payment was successful).
error_reason_detailVARCHARDetails of the error reason (null if payment was successful).
error_reason_resultVARCHAREnd result of the error reason (null if payment was successful).
error_reason_categoryVARCHARCategory of error reason (null if payment was successful).
error_detailVARCHARDetails of the error (null if payment was successful).
is_successBOOLEANWhether execution action was succeeded.
milliseconds_to_completionNUMBERTime from request to completion in milliseconds.
raw_psp_responseVARIANTPSP result details for Authorize operation.
metaVARIANTComplete merchant's metadata details (ex: customer, order, risk, tags, etc.).