Recipient Transaction

Get https://whitelabel.markets/demos/apex/api/v1/recipient/transactions/{recipient_id}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

recipient_id* string

ID of recipient

Body parameters

page string

Sets the page number; use "all" to retrieve all items. The default is 1

limit integer

Specifies the default number of items per page, with a default setting of 20

Response


{
    "data": [
        {
            "id": "dcd31628-2be4-427b-89bf-a09d03e442f2",
            "amount": "4300.00",
            "human_readable_amount": 43,
            "charge": "43.00",
            "human_readable_charge": 0.43,
            "status": "success",
            "decline_reason": null,
            "mode": "live",
            "type": "debit",
            "description": "payout",
            "created_at": "2024-07-02T11:05:33.000000Z",
            "recipient_first_name": "Olivia",
            "recipient_middle_name": null,
            "recipient_last_name": "Williams",
            "recipient_country": "KE",
            "recipient_email": null,
            "recipient_phone": null,
            "recipient_amount": "547022.00",
            "human_readable_recipient_amount": 5470.22,
            "recipient_currency": "KES",
            "rate": 127.21453074,
            "transfer_purpose": "Family Support",
            "delivery_method": "bank",
            "bank_name": "Standard Chartered Bank Kenya",
            "account_number": "35253234523",
            "account_name": "Olivia Williams",
            "account_type": "Current"
        }
    ],
    "links": {
        "first": "https://whitelabel.markets/demos/apex/api/v1/recipient/transactions/5045a926-23b2-4db5-b804-8011f2b2995c?page=1",
        "last": "https://whitelabel.markets/demos/apex/api/v1/recipient/transactions/5045a926-23b2-4db5-b804-8011f2b2995c?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "« Previous",
                "active": false
            },
            {
                "url": "https://whitelabel.markets/demos/apex/api/v1/recipient/transactions/5045a926-23b2-4db5-b804-8011f2b2995c?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://whitelabel.markets/demos/apex/api/v1/recipient/transactions/5045a926-23b2-4db5-b804-8011f2b2995c",
        "per_page": 20,
        "to": 1,
        "total": 1
    }
}