| Get Payment | Read | Retrieve a payment resource with its state, amounts (total, charged, canceled, remaining), and linked transactions |
| Get Charge | Read | Retrieve a specific charge transaction of a payment, including amount, status, and processing details |
| Create Charge | Write | Directly charge a payment type (one-step payment without prior authorization) using a payment type ID |
| Refund Charge | Write | Cancel (refund) a charge fully or partially, returning money to the customer |
| Authorize Payment | Write | Reserve funds on a payment type without charging yet (first step of the two-step authorize-then-charge flow, e.g. charge on shipment); reservations are held for about 7 days |
| Charge Authorization | Write | Capture a previously authorized payment, fully (empty body) or partially (with amount) - the second step of the authorize-then-charge flow |
| Cancel Authorization | Write | Cancel (reverse) an uncaptured authorization fully or partially, releasing the reserved funds - distinct from refunding a charge |