Represents the input structure for creating a transaction with IdPay.
PropertiesName | Type | Description |
---|---|---|
token | string | The token for authentication, if available. |
order_id | string | Merchant order ID. |
amount | number | Desired amount in Rials. |
name | string | Name of the payer (optional). |
phone | string | Mobile number of the payer (optional). |
mail | string | Email address of the payer (optional). |
desc | string | Transaction description. |
callback | string | Merchant's callback URL. |