sibs_create_checkout
Create a SIBS payment checkout by specifying the amount in minor units. Returns a transaction ID and checkout URL to complete the payment.
Instructions
Create a new SIBS checkout/payment. Amount in minor units (1000 = 10.00 EUR). Returns transactionID and checkout URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount in minor units (e.g., 1000 = 10.00 EUR) | |
| currency | No | Currency code (default: EUR) | EUR |
| customerEmail | No | Customer email address | |
| customerPhone | No | Customer phone number | |
| paymentMethods | No | Allowed payment methods (e.g., ['CARD', 'MBWAY', 'REFERENCE']). Defaults to all. | |
| merchantTransactionId | No | Your own transaction reference/ID for reconciliation |