Credit Card
Auto Loan
Mortgage
Personal Loan
Collection
{
"id" : "astv_9WBBA6TH7n7iX" ,
"account_id" : "acc_yVf3mkzbhz9tj" ,
"type" : "credit_card" ,
"credit_card" : {
"number" : "5555555555551580" ,
"exp_month" : "09" ,
"exp_year" : "2030" ,
"cvv" : "878" ,
"billing_zip_code" : null ,
} ,
"status" : "completed" ,
"error" : null ,
"created_at" : "2024-04-26T22:50:24.857Z" ,
"updated_at" : "2024-04-26T22:50:24.857Z" ,
}
The Sensitive endpoint returns underlying sensitive Account information (e.g. PAN, CVV, account number). This product is only available for Liabilities.
The Sensitive endpoint is restricted to most teams, and requires PCI compliance to access. Contact your Method CSM for more information.
Sensitive Objects
Unique identifier for the Sensitive.
The ID of the associated Account.
The type of Sensitive.
credit_card
A credit card Sensitive object.
mortgage
A mortgage Sensitive object.
auto_loan
An auto loan Sensitive object.
personal_loan
A personal loan Sensitive object.
collection
A collection Sensitive object.
Status of the Sensitive.
completed
The Sensitive request successfully completed.
failed
The Sensitive request failed to complete. See error
field.
An object representing an error that occurred while processing this Sensitive. See Sensitive errors .
Timestamp of when the Sensitive was created.
Timestamp of when the Sensitive was last updated.
Additional Properties based on type
Credit Card Auto Loan Mortgage Personal Loan Collection The credit card sensitive object.
The expiration month of the card.
The expiration year of the card.
credit_card.billing_zip_code
The billing zip code of the card.
Webhook Payload
The Webhook payload will contain the following information:
Credit Card
Auto Loan
Mortgage
Personal Loan
Collection
{
"id" : "astv_9WBBA6TH7n7iX" ,
"account_id" : "acc_yVf3mkzbhz9tj" ,
"type" : "credit_card" ,
"credit_card" : {
"number" : "5555555555551580" ,
"exp_month" : "09" ,
"exp_year" : "2030" ,
"cvv" : "878" ,
"billing_zip_code" : null ,
} ,
"status" : "completed" ,
"error" : null ,
"created_at" : "2024-04-26T22:50:24.857Z" ,
"updated_at" : "2024-04-26T22:50:24.857Z" ,
}