GET
Get settlement

Authorizations

Authorization
string
header
required

API key as Bearer token. Sandbox keys start with sk_test_, mainnet keys with sk_live_.

Path Parameters

settlement_id
string
required

Response

Settlement with fee breakdown

settlement_id
string
Example:

"stl_1a2b3c4d"

payment_id
string
Example:

"pay_5c4b3a29"

merchant_id
string
Example:

"mch_3f2a1b0c"

agent_id
string
Example:

"agt_7d1e5b2f"

gross_amount
string

Amount the merchant receives (paid in full)

Example:

"25.00"

operator_fee
string

5% fee charged to the operator's credit line

Example:

"1.25"

fee_breakdown
object
status
enum<string>
Available options:
initiated,
completed,
failed
Example:

"completed"

tx_hash
string
Example:

"0x4d5e...9a0b"

block_number
integer
Example:

18234567

created_at
string<date-time>