Displays a list of payments for the connected account with optional filtering. Embed this component to show payment history and details.
<ConnectPayments defaultFilters={{ status: ['successful', 'pending'], date: { after: new Date('2024-01-01') } }} style={{ flex: 1 }}/> Copy
<ConnectPayments defaultFilters={{ status: ['successful', 'pending'], date: { after: new Date('2024-01-01') } }} style={{ flex: 1 }}/>
Displays a list of payments for the connected account with optional filtering. Embed this component to show payment history and details.