Skip to main content
GET
/
getPaymentSources
getPaymentSources
curl --request GET \
  --url https://alphainsider.com/api/getPaymentSources \
  --header 'Authorization: <authorization>'
{
  "success": true,
  "response": [
    {
      "source_id": "ta-fz_Z_fkHau1d5k3HUR",
      "user_id": "user_1",
      "type": "card",
      "direction": "in",
      "primary": true,
      "description": "Card (VISA ....4242)",
      "name": "fds fds",
      "city": "fds",
      "country": "US",
      "line_one": "fds",
      "line_two": "fds",
      "district": "fd",
      "postal": "33132",
      "status": "active",
      "updated_at": "2024-10-21T17:51:08.576Z",
      "created_at": "2024-08-30T13:41:24.478Z"
    }
  ]
}

Headers

Authorization
string<JWT>
required

User API token.

Response

Request was successful.