Skip to main content
POST
Report the on-chain settlement tx for a minted payment (completes the record)

Authorizations

Authorization
string
header
required

Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.

Path Parameters

id
string
required

The paymentId returned by POST /router/payments.

Example:

"b1f9c2e4-3d5a-4c7e-9f21-6a8b0c4d2e13"

Body

application/json
txHash
string
required

On-chain settlement tx hash (from the upstream's PAYMENT-RESPONSE header).

Example:

"0xfc8af37baae588b5ee4a5e9212532b3d46702ac009b64c17e8ff810fd90ac493"

Response

The record is now Settled.

paymentId
string
required
Example:

"b1f9c2e4-3d5a-4c7e-9f21-6a8b0c4d2e13"

status
enum<string>
required
Available options:
Settled
Example:

"Settled"

txHash
string
required
Example:

"0xfc8af37baae588b5ee4a5e9212532b3d46702ac009b64c17e8ff810fd90ac493"