Skip to main content
Version: v1

Merchant Interaction

Merchant interaction involves integrating with various wallet services to manage sessions, payments, customers, webhooks, reporting, and migrations. This section provides an overview of the key services and their main endpoints, with references to detailed documentation for each area.

Service Overview & Key Endpoints

  • wallet-auth-service

  • wallet-payment-service

    • POST v1/payments, GET v1/payment by paymentId, GET v1/payment by merchantTransactionId, PATCH v1/capture-payment, POST v1/refund, GET v1/refund by refund id, POST v1/token/create-payments, GET v1/token/payment by paymentId
    • Payments API Reference
    • Payment Lifecycle
    • Refunds Guide
  • wallet-customer-service

  • wallet-merchant-service

  • wallet-reporting-service

  • wallet-migration-service

    • Migration file via ECG from merchant for Card and ACH

Additional Resources

For detailed request/response payloads and error codes, see the API Reference.