Params

Param name Description
tenant_id
required

Validations:

  • Must be a String

Examples

GET /v1/0c3d8bad-1796-42fe-8dad-f4ca07f153df/tenants/1e9ca5d5-a94b-4a5b-b7a5-0f27f8174ceb/payment_methods
200
{
  "payment_methods": [
    {
      "id": "165fe054-960e-4e73-8b1e-abb4adbea89b",
      "kind": "ach",
      "first_name": "Sample",
      "last_name": "Name",
      "reuseable": true,
      "account_number": "XXXX4321",
      "account_type": "checking",
      "bank_name": "Bank of Test",
      "routing_number": "XXXX1234",
      "billing_address": {
        "id": "faba619b-5c3b-4138-8e38-c983b7c86a99",
        "address1": "688257 Nedra Haven",
        "address2": null,
        "city": "Tiffanishire",
        "state": "AR",
        "postal": "09024",
        "country": "US",
        "full_address": "688257 Nedra Haven, Tiffanishire, AR 09024",
        "latitude": 39.114844,
        "longitude": -94.630169,
        "time_zone_id": "America/Chicago",
        "time_zone_offset": "-05:00",
        "invalid_data": false,
        "label": "Home"
      }
    },
    {
      "id": "8afca522-b289-4c98-b53f-717aa20190ad",
      "kind": "credit_card",
      "first_name": "Sharyl",
      "last_name": "Waelchi",
      "reuseable": true,
      "card_number": "XXXX1234",
      "card_type": "mastercard",
      "expiration_date": "11/23",
      "billing_address": {
        "id": "dbef133f-c197-453b-a8fe-8e0dcf541bd0",
        "address1": "575666 Morris Fall",
        "address2": null,
        "city": "Tiffanishire",
        "state": "AR",
        "postal": "09024",
        "country": "US",
        "full_address": "575666 Morris Fall, Tiffanishire, AR 09024",
        "latitude": 39.114844,
        "longitude": -94.630169,
        "time_zone_id": "America/Chicago",
        "time_zone_offset": "-05:00",
        "invalid_data": false,
        "label": "Home"
      }
    }
  ],
  "meta": {
    "pagination": {
      "current_page": 1,
      "total_pages": 1,
      "per_page": 100,
      "total_entries": 2,
      "previous_page": null,
      "next_page": null
    },
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "GET",
    "request_id": null,
    "parameters": {
      "facility_id": "0c3d8bad-1796-42fe-8dad-f4ca07f153df",
      "tenant_id": "1e9ca5d5-a94b-4a5b-b7a5-0f27f8174ceb",
      "payment_method": {}
    }
  }
}