create_payment
Initiate a new MAIB e-commerce payment by specifying amount, currency, description, callback URL, and order ID.
Instructions
Create a new MAIB e-commerce payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount | |
| currency | No | Currency code (MDL, USD, EUR) | MDL |
| description | Yes | Payment description | |
| callback_url | Yes | Callback URL for payment notifications | |
| order_id | Yes | Your unique order ID |