Use the available SIBS Gateway endpoints to integrate payment operations across different environments and payment methods.
The endpoints listed below are grouped by functionality to simplify implementation and transaction management.
Available Environments
The table below shows the available {API Host}.
| TEST Environment | PROD (live) Environment |
|---|---|
| stargate.qly.site1.sibs.pt | api.sibsgateway.com |
The API host must be included in every request URL according to the environment being used.
Endpoint Structure
All requests follow this structure: https://{API Host}/{resource-path}
Example: https://api.sibsgateway.com/api/v1/payments
Payments API
These endpoints support payment creation and transaction status retrieval.
| Operation | TEST Endpoint | PROD Endpoint |
|---|---|---|
| Checkout | https://stargate.qly.site1.sibs.pt/api/v1/payments | https://api.sibsgateway.com/api/v1/payments |
| Check Status | https://stargate.qly.site1.sibs.pt/api/v1/payments/:transactionId/status | https://api.sibsgateway.com/api/v1/payments/:transactionId/status |
Card Operations
Use the following endpoints for card payment operations.
| Operation | TEST Endpoint | PROD Endpoint |
|---|---|---|
| Card Purchase | https://stargate.qly.site1.sibs.pt/api/v1/payments/:transactionId/card/purchase | https://api.sibsgateway.com/api/v1/payments/:transactionId/card/purchase |
| Card Token | https://stargate.qly.site1.sibs.pt/api/v1/payments/:transactionId/token/purchase | https://api.sibsgateway.com/api/v1/payments/:transactionId/token/purchase |
| Card Recurring | https://stargate.qly.site1.sibs.pt/api/v1/payments/:transactionId/recurring | https://api.sibsgateway.com/api/v1/payments/:transactionId/recurring |
| Card Capture | https://stargate.qly.site1.sibs.pt/api/v1/payments/:transactionID/capture | https://api.sibsgateway.com/api/v1/payments/:transactionID/capture |
| Card Cancellation | https://stargate.qly.site1.sibs.pt/api/v1/payments/:transactionID/cancellation | https://api.sibsgateway.com/api/v1/payments/:transactionID/cancellation |
BLIK Operations
| Operation | TEST Endpoint | PROD Endpoint |
|---|---|---|
| Purchase | https://stargate.qly.site1.sibs.pt/api/v1/payments/:transactionId/blik/purchase | https://api.sibsgateway.com/api/v1/payments/:transactionId/blik/purchase |
PayByLink Operations
| Operation | TEST Endpoint | PROD Endpoint |
|---|---|---|
| Get Payment Channel | https://stargate.qly.site1.sibs.pt/api/v2/paymentChannels | https://api.sibsgateway.com/api/v2/paymentChannels |
| Get Payment Link | https://stargate.qly.site1.sibs.pt/v2/payments/:transactionId/pbl/payment-link | https://api.sibsgateway.com/v2/payments/:transactionId/pbl/payment-link |
Apple Pay and Google Pay Operations
| Operation | TEST Endpoint | PROD Endpoint |
|---|---|---|
| Payment Request | https://stargate.qly.site1.sibs.pt/api/v1/payments/:transactionId/xpay/payment | https://api.sibsgateway.com/api/v1/payments/:transactionId/xpay/payment |
Additional Information
Before moving to production, ensure that:
- The correct environment is being used.
- The payment method is enabled for the merchant.
- The terminal configuration is valid for the selected operation.
- Authentication credentials are configured for the corresponding environment.