Skip to main content

MerchantPaymentCaptured

Merchant Payment status captured

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

Fields

MerchantPaymentCaptured.status ● MerchantPaymentStatus! non-null enum

status of the merchant payment

MerchantPaymentCaptured.createdAt ● DateTime! non-null scalar

Created date

MerchantPaymentCaptured.authorizedAt ● DateTime! non-null scalar

Authorized date

MerchantPaymentCaptured.capturedAt ● DateTime! non-null scalar

Captured date

Interfaces

MerchantPaymentStatusInfo interface

Merchant Payment Status Information