Payment Processing
Central to Krepling Pay, this section describes the API responsible for initiating and processing payments. It's designed to handle transactions securely, leveraging user and card details for payment completion.
APIs Included:
Process Payment: Executes the payment process using stored payment methods, handling transactions securely and efficiently.
1. Process Payment
POST
/api/Authorizations/PostECommerce
Purpose: Executes a payment transaction using the user's chosen payment method.
Request Body:
Response:
Last updated