Integrate Notch Pay into your JavaScript applications
notchpay.payments.create(data)
- Create a paymentnotchpay.payments.retrieve(reference)
- Retrieve a paymentnotchpay.payments.list(params)
- List paymentsnotchpay.payments.cancel(reference)
- Cancel a paymentnotchpay.transfers.create(data)
- Create a transfernotchpay.transfers.retrieve(reference)
- Retrieve a transfernotchpay.transfers.list(params)
- List transfersnotchpay.transfers.cancel(reference)
- Cancel a transfernotchpay.transfers.createBulk(data)
- Create a bulk transfernotchpay.customers.create(data)
- Create a customernotchpay.customers.retrieve(id)
- Retrieve a customernotchpay.customers.update(id, data)
- Update a customernotchpay.customers.list(params)
- List customersnotchpay.customers.delete(id)
- Delete a customernotchpay.beneficiaries.create(data)
- Create a beneficiarynotchpay.beneficiaries.retrieve(id)
- Retrieve a beneficiarynotchpay.beneficiaries.update(id, data)
- Update a beneficiarynotchpay.beneficiaries.list(params)
- List beneficiariesnotchpay.beneficiaries.delete(id)
- Delete a beneficiarynotchpay.balance.retrieve()
- Check balancenotchpay.balance.retrieveCurrency(currency)
- Check balance for a specific currencynotchpay.balance.history(params)
- List balance historynotchpay.webhooks.create(data)
- Create a webhooknotchpay.webhooks.retrieve(id)
- Retrieve a webhooknotchpay.webhooks.update(id, data)
- Update a webhooknotchpay.webhooks.list(params)
- List webhooksnotchpay.webhooks.delete(id)
- Delete a webhook