Home › Account & Wallet
Charge wallet — FarazSMS SMS web service
POST https://api.iranpayamak.com/ws/v1/account/wallet/charge
Purpose: Charge your wallet (creates a payable order).
Auth: header Api-Key (key from the panel, case-sensitive).
Request fields
amount(integer) — requiredredirectUrl(string) — optional
Example body
{
"amount": 100000,
"redirectUrl": "https://api.iranpayamak.com"
}