Payments REST Endpoints
Store/Orders/Current/Payments
The operations from the Store/Orders/Current/Payments category.
- Apply payments
 - Method: postPath:
/ccstore/v1/orders/current/payments - Delete a payment by ID
 - Method: deletePath:
/ccstore/v1/orders/current/payments/{id} - Get payment by ID
 - Method: getPath:
/ccstore/v1/orders/current/payments/{id} - Retrieve all payments
 - Method: getPath:
/ccstore/v1/orders/current/payments - Update payment by ID
 - Method: patchPath:
/ccstore/v1/orders/current/payments/{id} - Update payments
 - Method: patchPath:
/ccstore/v1/orders/current/payments