Juice API
CtrlK
  • Home
  • Quick Start
  • Errors
  • Webhooks
  • API Request Authentication
  • CUSTOMERS
    • Create Customer
    • Update Customer
    • Fetch Customer
    • List Customers
    • Delete Customer
  • Payments
    • Overview
    • Encryption Keys
    • Initialize Payment
      • Cards
      • Bank Transfers
      • Stablecoins Transfer
      • Binance Pay
      • Interac e-Transfer
    • Capture Payment
      • Cards
      • Bank Transfer
      • Stablecoins Payment
      • Interac
      • Binance Pay
    • Authorize Payment
      • Cards
    • Payment Widget
      • Widget Integration Guide
  • Payment Transactions
    • Fetch Payment
    • List Payments
    • Payment Statistics
  • Transfers
    • Overview
    • Beneficiaries
      • Create Beneficiary
      • Fetch Beneficiary
      • List Beneficiaries
    • Transfers
      • Resolve NGN Account Number
      • Resolve BVN
      • List NGN banks
      • Initiate Bank Transfer
      • Initiate a Stablecoin Transfer
      • Fetch Transfer
      • List Transfers
Powered by GitBook
On this page
  1. Payment Transactions

Payment Statistics

Fetch the list of all the accepted payments.

Initialization

GET /payments/stats

Responses

Code
Description

200

Payment Details

{
  "data": {
    "captured": 2,
    "failed": 5,
    "pending": 2,
    "settled": 8,
    "total": 20
  }
}

PreviousList PaymentsNextOverview

Last updated 1 year ago