# Payments A payment represents a transaction where a customer pays towards their invoices. When a payment is made to Resolve, the customer's available credit balance is increased by the amount of the payment. Payments can be made via various methods including ACH, credit card, check, or wire transfer. Each payment can be applied to one or more invoices. ## List payments - [GET /payments](https://resolve.redocly.app/swagger/payments/listpayments.md): Return a list of payments. ## Fetch a payment - [GET /payments/{payment_id}](https://resolve.redocly.app/swagger/payments/fetchpayment.md): Retrieve an existing payment by its ID.