SIBS offers card transaction acceptance services in an e-commerce environment, covering the international brands Visa, Mastercard, American Express and UnionPay (UPI).
The solution is fully compliant with the efficiency and security standards stipulated by these brands, using international security standards such as PCI-DSS and 3D Secure, guaranteeing the protection of transactions.
On Card the user has the Purchase and Token scenarios available on Sandbox.
In each of the available test scenarios, after clicking on Run in Postman, you will get an API Response and a specific Webhook Response.
Purchase
Result Status | Status Description | StatusCode | Postman |
Success | Success | 000 | ? |
Failed | Invalid card data. Card number, CVV or expiration date is invalid | E0700 | ? |
Failed | Invalid card | E0701 | ? |
Token
Result Status | Status Description | StatusCode | Postman |
Generation – Success | Success | 000 | ? |
Purchase – Success | Success | 000 | ? |
Generation – Failed | SIBS Internal Error | E9999 | ? |
Purchase – Failed | Invalid card | E0701 | ? |