Global Payments website screenshot

Global Payments

Global Payments is a leading worldwide provider of payment technology and software solutions delivering innovative services to customers globally. The company operates developer portals at developer.globalpayments.com and developer.globalpaymentsintegrated.com, offering a unified cloud-powered REST API for payment facilitation, card issuing, and multi-currency processing, along with integrated payment solutions for ISVs and software partners.

2 APIs 0 Features
eCommercePayment ProcessingPayment TechnologyPaymentsPOSFortune 1000

APIs

Global Payments Unified Payments API

The Global Payments Unified Payments API is a cloud-powered REST API providing partners and developers with a single integration point for payment facilitation, card issuing, an...

Global Payments Integrated API

The Global Payments Integrated API provides ISVs and software partners with payment integration capabilities including credit card processing, ACH payments, and reporting. The p...

Collections

Pricing Plans

Rate Limits

Global Payments Rate Limits

2 limits

RATE LIMITS

FinOps

Press

Global Payments Inc. (@GlobalPaymentsInc)

2026-05-25

AI's vital role in payments and commerce

2026-05-25

BofA's New GenAI Assistant Transforms Global Payments ...

2026-05-25

Global Payments Unveils AI-First Genius Handheld Built for ...

2026-05-25

Global Payments Joins Forces with AWS to Deliver ...

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Global Payments Unified Payments API
  version: '1.0'
items:
- info:
    name: Transactions
    type: folder
  items:
  - info:
      name: List transactions
      type: http
    http:
      method: GET
      url: https://apis.globalpay.com/transactions
      params:
      - name: startDate
        value: ''
        type: query
        description: Filter transactions from this date.
      - name: endDate
        value: ''
        type: query
        description: Filter transactions up to this date.
      - name: status
        value: ''
        type: query
        description: Filter by transaction status.
    docs: Retrieves a list of payment transactions with filtering by date range, status, and payment method.
  - info:
      name: Create a transaction
      type: http
    http:
      method: POST
      url: https://apis.globalpay.com/transactions
      body:
        type: json
        data: '{}'
    docs: Initiates a new payment transaction including authorization, sale, or pre-authorization.
- info:
    name: Payment Methods
    type: folder
  items:
  - info:
      name: List payment methods
      type: http
    http:
      method: GET
      url: https://apis.globalpay.com/payment-methods
    docs: Retrieves stored payment methods for a given customer including tokenized card data.
  - info:
      name: Store a payment method
      type: http
    http:
      method: POST
      url: https://apis.globalpay.com/payment-methods
      body:
        type: json
        data: '{}'
    docs: Tokenizes and stores a new payment method for future use.
- info:
    name: Settlements
    type: folder
  items:
  - info:
      name: List settlements
      type: http
    http:
      method: GET
      url: https://apis.globalpay.com/settlements
      params:
      - name: startDate
        value: ''
        type: query
        description: Filter settlements from this date.
      - name: endDate
        value: ''
        type: query
        description: Filter settlements up to this date.
    docs: Retrieves settlement and funding records with filtering by date range and status.
- info:
    name: Disputes
    type: folder
  items:
  - info:
      name: List disputes
      type: http
    http:
      method: GET
      url: https://apis.globalpay.com/disputes
    docs: Retrieves a list of chargebacks and disputes with status and resolution details.
bundled: true