Payments
Introduction
In the Ping Payments™ API, a payment represents a purchase.
A payment contains one or more items of purchase, sometimes referred to as order items.
Every payment is wrapped in a Payment Order. Every payment has a payment method, and a recipient merchant.
Items
A payment contains one or more items.
Each payment item contains:
- Amount to be paid
- A name of the item
- A VAT quota
- A Merchant ID
Creating an item:
Payment Methods
The Ping Payments API supports a number of different payment methods:
In addition, the Ping payments API allows for testing a payment by using the Dummy payment method:
Life cycle

Usage
When working with payments through the Ping Payments API, you have access to the following functionality:
Initiate (and Create) a payment:
Getting a record of a specific payment:
Updated 10 months ago