Payments List

https://paydoux.com/payments?page=1

Params

NameTypeDescription

page

integer

Page

Response

{
    "data": [
        {
            "id": "1",
            "user_id": "1",
            "first_name": "Test",
            "last_name": "Test",
            "email": "test@test.co1",
            "status": "SUCCESS",
            "getaway": "Stripe",
            "getaway_id": "pi_3PQdyS2eZvKYlo2C0LtR8om0",
            "product_id": "4",
            "amount": "11.00",
            "comission": "1.00",
            "net_amount": "10.00",
            "base_amount": "11.00",
            "amount_matched": "1",
            "old_balance": null,
            "new_balance": null,
            "currency": "eur",
            "source": "link",
            "payout_id": "0",
            "payout_date": "2024-06-11",
            "payout_status": "PENDING",
            "created_at": "2024-06-11 23:22:08",
            "updated_at": "2024-06-11 23:22:08"
        },
        {
            "id": "2",
            "user_id": "1",
            "first_name": "Test",
            "last_name": "Test",
            "email": "test@test.co1",
            "status": "SUCCESS",
            "getaway": "Stripe",
            "getaway_id": "pi_3PQdyS2eZvKYlo2C0LtR8om0",
            "product_id": "4",
            "amount": "2000.00",
            "comission": "1.00",
            "net_amount": "10.00",
            "base_amount": "11.00",
            "amount_matched": "1",
            "old_balance": null,
            "new_balance": null,
            "currency": "eur",
            "source": "link",
            "payout_id": "0",
            "payout_date": "2024-06-11",
            "payout_status": "PENDING",
            "created_at": "2024-06-12 15:21:17",
            "updated_at": "2024-06-11 23:22:08"
        },
        {
            "id": "3",
            "user_id": "1",
            "first_name": "Test",
            "last_name": "Test",
            "email": "test@test.co1",
            "status": "SUCCESS",
            "getaway": "Stripe",
            "getaway_id": "pi_3PQdyS2eZvKYlo2C0LtR8om0",
            "product_id": "4",
            "amount": "100.00",
            "comission": "1.00",
            "net_amount": "10.00",
            "base_amount": "11.00",
            "amount_matched": "1",
            "old_balance": null,
            "new_balance": null,
            "currency": "eur",
            "source": "link",
            "payout_id": "0",
            "payout_date": "2024-06-11",
            "payout_status": "PENDING",
            "created_at": "2024-06-13 15:21:17",
            "updated_at": "2024-06-11 23:22:08"
        },
        {
            "id": "4",
            "user_id": "1",
            "first_name": "Test",
            "last_name": "Test",
            "email": "test@test.co1",
            "status": "SUCCESS",
            "getaway": "Stripe",
            "getaway_id": "pi_3PQdyS2eZvKYlo2C0LtR8om0",
            "product_id": "4",
            "amount": "50000.00",
            "comission": "1.00",
            "net_amount": "10.00",
            "base_amount": "11.00",
            "amount_matched": "1",
            "old_balance": null,
            "new_balance": null,
            "currency": "eur",
            "source": "link",
            "payout_id": "0",
            "payout_date": "2024-06-11",
            "payout_status": "PENDING",
            "created_at": "2024-06-14 15:21:17",
            "updated_at": "2024-06-11 23:22:08"
        }
    ],
    "pager": {}
}

Last updated