Create charge

POST https://www.pay.bom1.mystaging.site/api/create-charge
FieldRequiredNotes
full_nameyesCustomer name
email_mobileyesEmail or mobile
amountyese.g. "30"
currencyyesBDT
metadatayesJSON object
redirect_urlyesWhitelisted host
cancel_urlyesCancel page
webhook_urlyesServer callback
return_typeyesGET or POST

Response

{
  "status": true,
  "pp_id": "…",
  "pp_url": "https://www.pay.bom1.mystaging.site/payment/…"
}