Skip to main content
Reconciliation details for a funded settlement
curl --request GET \
  --url https://api.sandbox.thrivory.com/v1/settlements/{settlement_id}/reconciliation \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "settlement_id": "<string>",
  "payer_payment": 123,
  "fee_collected": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.thrivory.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

settlement_id
string
required

Response

Reconciliation details

id
string
required
settlement_id
string
required
payer_payment
number
required
final_status
enum<string>
required
Available options:
closed,
underpaid,
overpaid
fee_collected
number