Initiate TransactionCopy Pagepost https://api.paychangu.com/paymentBody ParamsamountstringrequiredAmount to charge the customer.currencystringrequiredDefaults to MWKCurrency to charge in. [ 'MWK', 'USD' ]tx_refstringYour transaction reference. This MUST be unique for every transaction.first_namestringThis is the first_name of your customer.last_namestringThis is the last_name of your customer. (optional)callback_urlstringrequiredThis is your IPN url, it is important for receiving payment notification. Successful transactions redirects to this url after payment. {tx_ref} is returned, so you don't need to pass it with your urlreturn_urlstringrequiredOnce the customer cancels or after multiple failed attempts, we will redirect to the return_url with the query parameters tx_ref and status of failed. (optional)emailstringThis is the email address of your customer. Transaction notification will be sent to this email address (optional)metastringYou can pass extra information here. (optional)uuidstring(optional)customizationobjectcustomization objectResponses 200200 400400Updated 10 months ago What’s NextTransaction verification