API Docs
INCOMING REQUEST API:
URL: https://payfastbd24.com/api/request
URL PARAMETERS -------------------------------------------------------------------------------- service: bdrecharge, bdmobilebank number: 01711XXXXXX operator: {Banglalink=BL, Robi=RB, Airtel=AT, Grameenphone=GP, Teletalk=TT, bkash=BK, Nagad=NG, Rocket=DB} amount: 10-10000 type: Prepaid=1, Postpaid=2, Skitto=3, CashIn, CashOut, Sendmoney user: Reseller Username api_key: API KEY EXAMPLE -------------------------------------------------------------------------------- url = https://payfastbd24.com/api/request postmethod = array( "service" => bdrecharge, "number" => 01711XXXXXX, "operator" => gp, "amount" => 10, "type" => 1, "user" => RMBD, "api_key" => E40QW2826263HMQ5B8S5903 ); RESPONSE -------------------------------------------------------------------------------- message: Response message status: 200 succeess status: 420 //wrong message: Response message
Status Tracking API:
URL: https://payfastbd24.com/api/request-status
URL PARAMETERS -------------------------------------------------------------------------------- request_trxid: TRANSACTION ID user: Reseller Username api_key: API KEY EXAMPLE -------------------------------------------------------------------------------- url = https://payfastbd24.com/api/request-status postmethod = array( "request_trxid" => 45566666, "user" => Rmbd, "api_key" => E40QW2826263HMQ5B8S5903 ); RESPONSE -------------------------------------------------------------------------------- posotion : Success,Pending,Processing,Waiting,Cancel trxid: BD5465656 lastbalance: 400.00 status : 10 message : found your data
Offer List:
https://payfastbd24.com/api/offers
EXAMPLE operator: {Banglalink=BL, Robi=RB, Airtel=AT, Grameenphone=GP, Teletalk=TT, bkash=BK, Nagad=NG, Rocket=DB} -------------------------------------------------------------------------------- https://payfastbd24.com/api/offers postmethod = array( "operator_name" => 'gp' );
Check Balance API:
URL: https://payfastbd24.com/api/balance/
URL PARAMETERS -------------------------------------------------------------------------------- user: Reseller Username api_key: API KEY EXAMPLE -------------------------------------------------------------------------------- https://payfastbd24.com/api/balance postmethod = array( "user" => RMBD, "api_key" => E40QW2826263HMQ5B8S5903 ); RESPONSE -------------------------------------------------------------------------------- success : true balance: 5000.00 status : 1 message : found your account balance
SMS API:
https://payfastbd24.com/smsApi
URL PARAMETERS -------------------------------------------------------------------------------- user: Login Username Key: Password sender: Irechargebd Mobile: 01XXX-XXXXXX Message: 'Hello' EXAMPLE -------------------------------------------------------------------------------- https://payfastbd24.com/smsApi postmethod = array( "user" => Login Username "Key" => Password "sender" => Irechargebd "Mobile" => 01XXX-XXXXXX "Message" => 'Hello' );
Automation Cron:
Setup Cronjob *****
GET https://payfastbd24.com/apiOR
wget --quiet https://payfastbd24.com/api