Payout

Example of callbacks for Payout transaction


{
    "transactionType ": "PayOut ",
    "transactionFlow ": null,
    "data ": {
        "transactionType ": "payOut ",
        "externalId ": "XXXXX",
        "internalId ": "XXXXXXXXXXXX",
        "paymentMethod ": {
            "code ": "0050 "
        },
        "country ": "Country ",
        "currency ": "Currency",
        "amount ": 50.0,
        "accountNumber ": "{{AccountNumber}}",
        "confirmed ": {
            "currency ": "Currency",
            "fxQuote ": 0.0,
            "amount ": 1.0
        },
        "payment ": {
            "currency ": "CLP ",
            "fxQuote ": 0.0,
            "amount ": 1.0
        },
        "localTaxes ": [],
        "withHoldings ": [],
        "fees ": {
            "description ": "Fee ",
            "currency ": "Currency",
            "fxQuote ": 0.0,
            "amount ": 1.0
        },
        "status ": {
            "code ": "200 ",
            "description ": "COMPLETED ",
            "detail ": "The payout was debited "
        },
        "sender ": {
            "type ": "INDIVIDUAL ",
            "name ": "Sender Name",
            "lastname ": "Sender LastName ",
            "document ": {
                "type ": "{{type}}",
                "id ": "Document id "
            },
            "birthdate ": "0001-01-01T00:00:00Z "
        },
        "beneficiary ": {
            "type ": "INDIVIDUAL ",
            "name ": "Beneficiary Name ",
            "lastname ": "Beneficiary LastName  ",
            "document ": {
                "type ": "{{type}}",
                "id ": "Document id"
            },
            "birthdate ": "0001-01-01T00:00:00Z ",
            "bank ": {
                "name ": "Banco",
                "code ": "001 ",
                "account ": {
                    "type ": "C ",
                    "number ": "Account Number"
                }
            }
        },
        "merchant ": {
            "type ": "COMPANY ",
            "name ": "Merchant Name ",
            "birthdate ": "0001-01-01T00:00:00Z "
        },
        "date ": {
            "creationDate ": "2023-10-23T19:13:41Z ",
            "processedDate ": "2023-10-23T19:14:50Z "
        }
    }
}

Last updated