Skip to main content
PUT
Mark Sandbox Settlement processed

Headers

x-client-id
string
required

Client ID generated from the merchant dashboard.

x-client-secret
string
required

Client secret generated from the merchant dashboard.

x-api-version
string
default:2025-01-01
required

API version to be used. Format is in YYYY-MM-DD.

Body

application/json
cf_ica_settlement_id
string
required

Unique Identifier of the settlement

Example:

"10050"

status
enum<string>
required
Available options:
PROCESSED
Example:

"PROCESSED"

Response

200

cf_ica_settlement_id
number

Unique ID of the settlement

Example:

10050

status
string

Current status of the settlement

Example:

"SETTLED"

collection_amount_inr
number

Total collected amount in INR

Example:

1000

service_charge_inr
number

Service charge in INR, if applicable

Example:

19

service_tax_inr
number

Service tax in INR

Example:

294.73

adjustment_amount_inr
number

Adjustment amount in INR

Example:

-18743.89

settlement_charges_inr
number

Charges related to the settlement in INR

Example:

0

settlement_tax_inr
number

Tax on settlement in INR

Example:

0

settlement_amount_inr
number

Total settlement amount in INR

Example:

65500.04

settlement_foreign_currency_details
object
payment_from
string

Start time of the payment period

Example:

"2024-08-28T15:36:33"

payment_till
string

End time of the payment period

Example:

"2024-08-28T15:37:49"

settlement_utr
string

Unique transaction reference (UTR) for the settlement

Example:

"123412"

initiated_on
string

Date and time when the settlement was initiated

Example:

"2024-08-28T17:24:55"

settled_on
string

Date and time when the settlement was completed

Example:

"2024-08-29T16:30:46"