Instructions on integrating Nomba’s payment gateway for processing online payments.
Accept online payments
Acquire your API key
Configure your webhook
Obtain an access token via the API
Sample request
Sample response
Retrieve a Nomba Checkout link using the API
Sample request
Sample response
checkoutLink
from the response and load in a browser or an iframe to allow your customer pay you.Handle our webhook requests
payment_success
, we will send a webhook request to you upon a successful payment from your customer. For a successful bank transfer payment, the request body is slightly different from that of a successful card payment. The customer.billerId
and customer.productId
differ as shown belowSuccessful card payment
Successful bank transfer
Conduct transaction verification
data.transaction.transactionId
) in the webhook request body to perform the transaction verification.Sample request
Sample response