Payments API
Overview
- Payment creation
POST /v1/payment
- Usage scenarios: All the scenarios.
- Successful result:
- A payment object is created. Its status is not paid.
- A payment form is available in the Noventiq Payments API for processing the payment.
- Auto-payment processing
POST /v1/payment/recurring
- Usage scenarios: Processing auto-payments having the payment execution at the first action.
- Successful result:
- A payment object is created to process an auto-payment.
- The payment fulfillment using the payment data obtained from the parent payment is initiated.