@nexartis/nexartis-nanda-node-sdk - v1.2.1
Preparing search index...
VerifyNpPaymentRequest
Interface VerifyNpPaymentRequest
Request body for POST /api/payments/verify-np.
interface
VerifyNpPaymentRequest
{
agent
:
string
;
amount
:
number
;
payee
?:
string
;
signature
:
string
;
timestamp
:
number
;
tx_id
:
string
;
}
Index
Properties
agent
amount
payee?
signature
timestamp
tx_
id
Properties
agent
agent
:
string
amount
amount
:
number
Optional
payee
payee
?:
string
signature
signature
:
string
timestamp
timestamp
:
number
tx_
id
tx_id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
amount
payee
signature
timestamp
tx_
id
@nexartis/nexartis-nanda-node-sdk - v1.2.1
Loading...
Request body for POST /api/payments/verify-np.