Payments
Retrieve a payment
Retrieve a single payment which you reported.
GET
/
v1
/
payments
/
{id}
/
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
A payment associated for a claim
The ID of the claim the payment should be reported on.
The amount of the payment.
The value date of the payment.
Your unique reference.
Maximum length:
255
The metadata object allows you to submit additional relevant information related to the payment as type/value pairs. You can submit an unlimited number of metadata sets.