Get Information Of A Single Buyer

Individual Buyers can be retrieved using the Buyers endpoint with a GET operation. Pass the buyer's counterparty id in the id path parameter: /counterparties/buyers/{id}

Example Response

{
    "id": "1bd1142b-67c2-470a-87b8-98547cfb24d2",
    "name": "My Test Buyer",
    "address_1": "456 Main street",
    "address_2": "",
    "city": "Atlanta",
    "state": "GA",
    "zipcode": "30339",
    "country": "USA",
    "corporate_phone_number": "2392349990",
    "external_reference_id": "MY-TEST-BUYER",
    "remit_data": "",
    "tax_id": "123-12-1234",
    "funding_method": "ach_debit",
    "drawdown_bank_account_number": "3443",
    "drawdown_bank_routing_number": "121000358",
    "refund_bank_account_number": "3443",
    "refund_bank_routing_number": "121000358",
    "contacts": [
        {
            "funding_notification": true,
            "refund_notification": true,
            "id": "eac48af2-5635-462f-91ae-4771c1ca09b5",
            "external_reference_id": "john-1234",
            "name": "John Doe",
            "email": "[email protected]",
            "phone": "1235554444",
            "primary": true
        }
    ],
    "ready_for_use": true,
    "reason_not_usable": null,
    "metadata": null,
    "created": "2023-12-28T23:02:32.096000",
    "updated": "2023-12-29T00:16:46.590000",
    "owners": [
        {
            "controlling_owner": true,
            "first_name": "ww",
            "last_name": "ww",
            "country_code": "USA",
            "address1": "TestAd1T1TestAd1",
            "address2": "TeTestAd2TestAd2",
            "city": "TestCity",
            "state": "CA",
            "postal_code": "12345",
            "date_of_birth": "BSIVaLtJgiPs0X+VeY2aow==.P3wfJ39ealezyxxXzbmcvw==",
            "email": "[email protected]",
            "ssn": "*********",
            "passport": null,
            "passport_country": "",
            "drivers_license_number": "*********",
            "drivers_license_state": "NY"
        }
    ]
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!