cURL
curl --request POST \ --url https://api.sandbox.thrivory.com/v1/claims/adjudications \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "authorization_id": "<string>", "funding": { "rail": "RTP", "desired_date": "2023-12-25" }, "payout_account_token": "<string>" } '
{ "settlement_id": "<string>", "decision": "approved", "status": "pending_confirmation", "terms": { "advance_percentage": 123, "advance_amount": 123, "fees_estimate": 123 }, "expected_reimbursement": 123, "expected_payment_date": "2023-12-25" }
The access token received from the authorization server in the OAuth 2.0 flow.
Provide a unique key per request to enable safe retries
Show child attributes
Adjudication created
approved
declined
manual_review
pending_confirmation
canceled
funded