Plan¶
Create Payment¶
createPayment(accountDetails).then(response=>{}).catch(error=>{});
Customer Onboard Request Plan Creation¶
CustomerOnboardRequest(accountDetails).then(response=>{}).catch(error=>{});
Upgrade Request Activate¶
upgradeReqeuestActivate(accountDetails).then(response=>{}).catch(error=>{});