Integration overview
This integration connects Al-aseel accounting operations with CrossPay Online payment and invoicing flow.
- Use the same Direct API endpoints for invoice/payment creation.
- Map accounting invoices to
invoice_idand transaction status. - Synchronize paid/unpaid state using return URL parameters.
Recommended implementation
- Create backend bridge from Al-aseel to CrossPay API request builder.
- Store transaction references (
transaction_id) for reconciliation. - Automate status update when
is_paid=1oris_paid=0.