Skip to main content

InitiateCheckMerchantPaymentSuccessPayload

No description

type InitiateCheckMerchantPaymentSuccessPayload {
merchantPayment: Payment! @deprecated
fnciInfo: FnciInfo!
checkMerchantPayment: MerchantPayment!
}

Fields

InitiateCheckMerchantPaymentSuccessPayload.merchantPayment ● Payment! deprecated non-null object

DEPRECATED

To be removed, use checkMerchantPayment instead

InitiateCheckMerchantPaymentSuccessPayload.fnciInfo ● FnciInfo! non-null object

Details of the FNCI (Fichier national des chèques irréguliers) response

InitiateCheckMerchantPaymentSuccessPayload.checkMerchantPayment ● MerchantPayment! non-null interface

Implemented By

InitiateCheckMerchantPaymentPayload union