Skip to main content
POST
/
transactions
/
{tx_id}
/
payout
/
force-resolve
Force Resolve Payout
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/transactions/{tx_id}/payout/force-resolve \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "source": "<string>",
  "cashier_id": "<string>",
  "order_id": "<string>",
  "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "manager_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "approved_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "transaction_owner": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "gate_id": "<string>",
  "gate_name": "<string>",
  "payment_data": {},
  "amount": "<string>",
  "currency": "<string>",
  "account_amount": "<string>",
  "usd_amount": "<string>",
  "exchange_rate_usd": "<string>",
  "proof_reference": "<string>",
  "proof_url": "<string>",
  "type": "<string>",
  "status": "<string>",
  "customer_view": true,
  "comment": "<string>",
  "create_time": "2023-11-07T05:31:56Z",
  "update_time": "2023-11-07T05:31:56Z",
  "approve_time": "2023-11-07T05:31:56Z",
  "decline_time": "2023-11-07T05:31:56Z",
  "account_currency": "<string>",
  "fx_rate_applied": "<string>",
  "related_transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "account_login": "<string>",
  "manager_name": "<string>",
  "approved_by_name": "<string>",
  "transaction_owner_name": "<string>",
  "chargeback_of": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "payout_provider": "<string>",
  "payout_status": "<string>",
  "payout_reference": "<string>",
  "payout_attempt": 123,
  "payout_submitted_at": "2023-11-07T05:31:56Z",
  "payout_completed_at": "2023-11-07T05:31:56Z",
  "payout_failure_reason": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tx_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
source
string
required
cashier_id
string | null
required
order_id
string | null
required
customer_id
string<uuid>
required
account_id
string<uuid>
required
manager_id
string<uuid> | null
required
approved_by
string<uuid> | null
required
transaction_owner
string<uuid> | null
required
team_id
string<uuid> | null
required
gate_id
string | null
required
gate_name
string | null
required
payment_data
Payment Data · object
required
amount
string
required
currency
string
required
account_amount
string
required
usd_amount
string | null
required
exchange_rate_usd
string | null
required
proof_reference
string | null
required
proof_url
string | null
required
type
string
required
status
string
required
customer_view
boolean
required
comment
string | null
required
create_time
string<date-time>
required
update_time
string<date-time>
required
approve_time
string<date-time> | null
required
decline_time
string<date-time> | null
required
account_currency
string | null
fx_rate_applied
string | null
account_login
string | null
manager_name
string | null
approved_by_name
string | null
transaction_owner_name
string | null
chargeback_of
string<uuid> | null
payout_provider
string | null
payout_status
string | null
payout_reference
string | null
payout_attempt
integer | null
payout_submitted_at
string<date-time> | null
payout_completed_at
string<date-time> | null
payout_failure_reason
string | null