get https://api.payment.sandbox.coinify.com/v1/settlements/
Fetch the data about a specific settlement by providing the settlment ID.
Property Overview
In this section, a description of the settlement
object properties is provided.
Settlement Interface
Property | Type | Description |
---|---|---|
id | String (UUID) | A unique identifier for the settlement report. |
gross.amount | String | The total amount withdrawn from the merchant balance. |
gross.currency | String | The currency of the gross amount. |
fee.amount | String | The fee amount for the settlement. |
fee.currency | String | The currency of the fee amount. |
net.amount | String | The net amount of the settlement which is equal to gross.amount - fee.amount. |
net.currency | String | The currency of the net amount. |
payout.amount | String | The amount expected to be received from the merchant. |
payout.currency | String | The currency of the payout amount. |
account.label | String | The label of the account to which the settlement was paid out. |
createTime | String (DateTime) | The UTC date and time at which the settlement report was created. |