Settlements

Settlements refer to the process by which Tazapay transfers (or "sweeps") all collected customer payments into your added bank account. It involves consolidating payments processed over a specific period and moving these funds , typically on a weekly or scheduled basis.

The Settlement Object

FieldSubfieldtypeDescription
idstringID of the settlement object
objectenumThis is settlement here
created_attimestampTimestamp at which the settlement was created
countjsonCount of various transactions for the settlement
payinsintegerCount of payins in the settlement
refundsintegerCount of refunds in the settlement
adjustmentsintegerCount of adjustments in the transaction
collectsintegerCount of collects in the transaction
payoutsintegerCount of payouts in the transaction
tracking_details
tracking_typeenumuetr or utr
tracking_numberstringTracking number for the settlement
amountintegerGross Amount for the settlement
typeenumTransfer type
mt103stringMT103 in case the transfer_type is swift
feeintegerFee for the settlement
net_amountintegerNet Amount for the settlement after deducting fees
balance_transactionstringBalance Transaction ID associated with the settlement
statusenumStatus of the settement
status_descriptionstringAdditional description about the status
currencystringThree-letter ISO currency code
updated_attimestampTimestamp at which the settlement was last updated
{
    "id": "stl_ahfafooi7ibakbfahoan",
    "object": "settlement",
    "created_at": "2025-02-20T00:00:00Z",
    "count": {
        "payins": 100,
        "refunds": 10,
        "adjustments": 25,
        "collects": 30,
        "payouts": 10
    },
    "tracking_details": {
        "tracking_number": "8937589hfoiha98h",
        "tracking_type": "uetr"
    },
    "amount": 100123,
    "type": "wire_transfer",
    "mt103": "{1:F01BANKUS33AXXX0000000000}\n{2:O1031205050425BANKGB2LXXXX22221234560504251205N}\n{3:{108:20250408ABC12345}}\n{4:\n:20:ABC1234567890\n:23B:CRED\n:32A:250408USD123456,78\n:33B:USD123456,78\n:50K:/1234567890\nJOHN DOE\n123 MAIN STREET\nNEW YORK NY 10001\nUSA\n:59:/0987654321\nJANE SMITH\n456 ELM STREET\nLONDON SW1A 1AA\nUNITED KINGDOM\n:70:INVOICE PAYMENT REF 2025-04-INV12345\n:71A:OUR\n-}\n",
    "net_amount": 100000,
    "fee": 123,
    "balance_transaction": "btr_1234",
    "status": "succeeded",
    "status_description": "",
    "currency": "USD",
    "updated_at": "2025-02-20T00:00:00Z"
}

Suggested Links: