Get list of insured's pending payments
API Refs
This endpoint returns a list of pending payments for a specific user.
URI Parameters
Name | Type | Description | Required |
---|---|---|---|
userId | string | The ID of the user whose pending payments to retrieve | yes |
Response body
The response is an array of payment objects, each with the same structure as in the Get list of self payments
endpoint.
Updated 3 days ago