
Credit Card payments allow customers to complete transactions using their debit or credit cards through online authorization processed by the acquiring network.
In a one-step payment scenario, the transaction is authorized and captured in a single operation. Once the cardholder successfully completes authentication (when required), the payment is immediately approved and funds are captured without requiring a separate capture request from the merchant.
This model is commonly used when the final transaction amount is known at checkout and immediate confirmation is required.
How It Works
In a typical Credit Card one-step payment flow:
- The merchant initiates a payment request through the SIBS Payment Gateway.
- The customer provides card details through a secure payment form or hosted page.
- The transaction is sent to the acquiring network for authorization.
- Strong Customer Authentication (e.g., 3D Secure) is applied when required.
- Upon successful authorization, the payment is immediately captured.
- The final transaction result is returned to the merchant system.
The entire flow occurs in real time and typically completes within seconds.
Workflow Characteristics
The Credit Card one-step flow has the following characteristics:
- Real-time authorization
- Immediate capture
- Strong Customer Authentication when required
- Synchronous response
- Immediate payment confirmation
There is no separate settlement step initiated by the merchant. Once authorized, the funds are considered captured and will be settled according to the merchant’s agreement with the acquiring partner.
Transaction Lifecycle
The lifecycle of a Credit Card one-step payment typically includes:
- Payment creation
- Authentication (if required)
- Authorized and captured (successful)
- Declined or failed
If authentication fails or authorization is declined, the transaction is not completed.
Use Cases
Credit Card one-step payments are commonly used in:
- Standard e-commerce checkout flows
- Digital goods and services
- Subscription sign-ups with immediate activation
- Retail and omnichannel payments
- Low-friction, real-time purchase environments
This payment method is particularly suited for environments where:
- Immediate confirmation is required
- The final transaction amount is known at checkout
- Customers expect a fast and familiar payment experience
Integration Context
Within the SIBS Payment Gateway, Credit Card payments support both one-step and two-step models. In the one-step model, authorization and capture occur within the same transaction request.
The following sections describe the technical integration flow, authentication handling, and post-payment operations for credit card payments.