Skip to main content

MerchantPaymentAuthorized

Merchant Payment status authorized

type MerchantPaymentAuthorized implements MerchantPaymentStatusInfo {
status: MerchantPaymentStatus!
createdAt: DateTime!
authorizedAt: DateTime!
}

Fields

MerchantPaymentAuthorized.status ● MerchantPaymentStatus! non-null enum

status of the merchant payment

MerchantPaymentAuthorized.createdAt ● DateTime! non-null scalar

Created date

MerchantPaymentAuthorized.authorizedAt ● DateTime! non-null scalar

Authorized date

Interfaces

MerchantPaymentStatusInfo interface

Merchant Payment Status Information