create_payment_page
Create a hosted payment page via PayTabs. Provide amount, cart ID, description, and return/callback URLs to process customer payments.
Instructions
Create a hosted payment page via PayTabs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount | |
| cart_id | Yes | Your unique cart/order ID | |
| currency | No | Currency code (SAR, AED, USD, EGP) | SAR |
| return_url | Yes | Customer redirect URL after payment | |
| callback_url | Yes | Server-to-server callback URL | |
| cart_description | Yes | Cart/order description |