# Unified Payment Gateway API

> Source: https://truto.one/docs/api-reference/unified-payment-gateway-api/

Base URL: `https://api.truto.one/unified/payment-gateway`

Set the `integrated_account_id` query parameter on every request to scope it to a specific connection.

## Resources

- [Payments](/docs/api-reference/unified-payment-gateway-api/payments)
  - [GET /unified/payment-gateway/payments/{id}](/docs/api-reference/unified-payment-gateway-api/payments/get) — Get Payments
  - [GET /unified/payment-gateway/payments](/docs/api-reference/unified-payment-gateway-api/payments/list) — List Payments
- [Customers](/docs/api-reference/unified-payment-gateway-api/customers)
  - [GET /unified/payment-gateway/customers/{id}](/docs/api-reference/unified-payment-gateway-api/customers/get) — Get Customers
  - [GET /unified/payment-gateway/customers](/docs/api-reference/unified-payment-gateway-api/customers/list) — List Customers
