/
UP
upwardli
/
API Reference
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 1w ago
Details
Filter operations
accounts
4
auth
2
billPayments
6
billReporting
9
billSwitch
2
cbaas
5
consumers
23
get
List Consumer Disputes
get
Get Consumer Bank Accounts
get
List Consumer Payment Cards
get
List Consumer External Payment Cards
post
Generate Consumer External Payment Card Iframe
get
List Consumers
post
Create New Consumer
get
Retrieve Consumer
put
Update Consumer
get
Get Consumers By PCID
get
List Consumer Addresses V 2
post
Create Address V 2
get
Retrieve Address V 2
put
Update Address V 2
delete
Delete Address V 2
get
List Consumer Invites
post
Create Consumer Invites
get
List KYC Results
get
Get KYC Result Details
post
Create Consumer Dispute
post
Create Account Cancellation
get
List Consumer ACH Payments
get
List Transfer Responses
creditInsights
1
onboarding
14
partners
6
paymentCards
13
payments
19
plaid
2
repayments
3
rewards
4
simulations
3
statements
3
webhooks
5
consumers
Get Consumers By PCID
Get Consumer by PCID
get
/v2/consumers/pcid/{consumer_pc_id}/
Path parameters
consumer_pc_id
string
required
Headers
Authorization
string
required
Bearer authentication
Response
GetConsumer
required
id
string
uuid
required
pcid
string
required
external_id
string
uuid
mla_status
boolean
required
first_name
string
nullable
last_name
string
nullable
email
string
email
nullable
is_active
boolean
kyc_status
string
phone_number
string
required
date_of_birth
string
required
tax_id_type
string
required
tax_identifier
string
nullable
address_line1
string
required
address_line2
string
required
address_city
string
required
address_state
string
required
address_zip
string
required
credit_lines
string
nullable
Changes