Interface PSPPayResult<PayMetaType>
interface PSPPayResult<PayMetaType = unknown> {
errors?: { comment: string; error: string; field?: "wrdContactEmail" }[];
navigateTo?: NavigateInstruction;
paymentMetadata?: PayMetaType;
}
errors?: { comment: string; error: string; field?: "wrdContactEmail" }[];
navigateTo?: NavigateInstruction;
paymentMetadata?: PayMetaType;
}
Type Parameters
- PayMetaType = unknown
Hierarchy (View Summary)
- PSPPrecheckResult
- PSPPayResult
Data cached after sending a payment request to the API to be able to request the status later (eg a transaction id)