This interface shows the structure of a ProcessPayPayload
export interface ProcessPayPayload { token: string; email: string; store_code: string; method_type: PaymentMethodTypes; card_id?: string; credit_card?: CreditCard; specific_fields?: DebitCardPayload | BNPLPayload; callback_url?: string; device_id?: string; user_instructions: string; captcha_token: string; processor_name: string;}
Generated using TypeDoc
This interface shows the structure of a ProcessPayPayload