Action redirect represents money deduction activities with the same modes, as in payment actioncharge, however, redirect is an asynchronous payment type, where the user is redirected to a payment page via the redirect URL.

ModePossible statusesDescription
sale / payoutpendingthis is the URL the merchant receives in the API response and redirects the user to.
"payment": {
        "code": 0,
        "description": "Approved",
        "action": "redirect",
        "mode": "sale",
        "status": "pending",
        "amount": 9,
        "currency": "EUR",
        "orderId": "2394649562",
        "transactionId": "404168112",
        "descriptor": "Eurobill",
        "url": "https://ts.google.com/api/v2/ProcessTxSend3DS?key3ds=08a44a9a67efb2b01e824a80d712dc1e",
        "source": {
            "method": "card",
            "number": "513284****9161",
            "paymentAccountId": "760bdbd7-ce10-4478-9819-3a6aa623bef3",
            "brand": "mastercard"
        },
        "apiPaymentSource": "card",
        "timestamp": {
            "dateTime": "2022-09-01 11:01:55",
            "timezone": "+00:00",
            "unixTime": 1662030115
        }
    },
    "consumer": {
        "id": "100059330",
        "email": "[email protected]",
        "firstName": "Ghislain",
        "lastName": "o'reilly",
        "country": "DEU",
        "city": "Berlin",
        "zip": "10115"
    },
    "metadata": {
        "trackingId": "1662030023252"
    }
}