Get Free Delivery On BkashPaymentOnly * Limited time only.

Bkash Sandbox API Response JONS Code

Bkash Sandbox API Response JONS Code

Create Payment

{ 
  "statusCode": "0000", 
  "statusMessage": "Successful", 
  "paymentID": "TR0011ON1565154754797", 
  "bkashURL": "https://sandbox.payment.bkash.com/redirect/tokenized/?paymentID=TR0011O N1565154754797&hash=Cg-Z)16.)d5E_BLhHIMmoxcm.LDMVQ.oI9o_v6qQU32nc7i2mUtDbP0_cVtIswrS-Rct1rJzJWEIPLk6cXFgRBT)rn6Q7!E.u91565154754979&mode=0011&apiVersion=v1.2.0-beta", 
  "callbackURL": "yourURL.com", 
  "successCallbackURL": "yourURL.com?paymentID=TR0011ON1565154754797&status=success", 
  "failureCallbackURL": "yourURL.com?paymentID=TR0011ON1565154754797&status=failure", 
  "cancelledCallbackURL": "yourURL.com?paymentID=TR0011ON1565154754797&status=cancel", 
  "amount": "15", 
  "intent": "sale", 
  "currency": "BDT", 
  "paymentCreateTime": "2019-08-07T11:12:34:978 GMT+0600", 
  "transactionStatus": "Initiated", 
  "merchantInvoiceNumber": "MER1231" 
}

 

Execute Payment

 

{ 
  "statusCode": "0000", 
  "statusMessage": "Successful", 
  "paymentID": "TR0011ON1565154754797", 
  "payerReference": "01770618575", 
  "customerMsisdn": "01770618575", 
  "trxID": "6H7801QFYM", 
  "amount": "15", 
  "transactionStatus": "Completed", 
  "paymentExecuteTime": "2019-08-07T11:15:56:336 GMT+0600", 
  "currency": "BDT", 
  "intent": "sale", 
  "merchantInvoiceNumber": "MER1231" 
}

 

LEAVE A COMMENT