Instructions on processing subscription based payments with Nomba’s payment gateway.
tokenizedCard
property in the request body for creating a checkout order. Setting this property to true
would mean that you want us to tokenize the customer’s card on your behalf.
Sample request
Sample response
payment_success
. Ensure you are subscribed to this event, as detailed in this documentation. Following your request to tokenize the card, the webhook notification’s request body will include a property called tokenizedCardData
. The value of this property is essential for subsequent tokenized card payments.
tokenizedCardData
into a new property named tokenKey
when interacting with the the tokenized card payment endpoint, as specified in this documentation.
Sample request
Sample response
Sample request
Sample response