Skip to main content
POST
Niobi Unified Payment v2

Body

application/json

Payload required for initiating a Niobi payment transaction.

client_id
string
required

The Client id is your public key which is generated when you are creating a new API integration from our app.

Example:

"K1PoY1WYricSpXh6Wm24twnk6ecPJOWrHGsqiKJr"

params
object
required
salt
string
required

Salt for security.

Example:

"waqassharif00494"

sender
string
required

Identifier of the sender.

Example:

"ApexVim"

timestamp
integer
required

Timestamp of the request.

Example:

1709363033

signature
string
required

Signature for verifying the request.

Example:

"2193d01d50d4bd5da234ac0e0add5d4ccb40907a1b1ab27a12d2c1d88a5d5807"

Response

Ok.