The Sensitive endpoint is restricted to most teams, and requires PCI compliance to access. Contact your Method CSM for more information.
Sensitive Objects
Additional Properties based on type
- Credit Card
- Auto Loan
- Mortgage
- Personal Loan
- Collection
- Student Loans
- Credit Builder
- BNPL
- Fintech
- Loan
Webhook Payload
The Webhook payload will contain the following information:{
"id": "string",
"type": "sensitive.create" | "sensitive.update",
"path": "/accounts/<acc_id>/sensitive/<astv_id>",
}
{
"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",
}
{
"id": "astv_BkdLEqDV4hyrR",
"account_id": "acc_zcAbRXrEqVAFr",
"type": "auto_loan",
"auto_loan": { "number": "2719668732" },
"status": "completed",
"error": null,
"created_at": "2024-04-26T22:50:24.724Z",
"updated_at": "2024-04-26T22:50:24.724Z"
}
{
"id": "astv_tB9mpmew8FLit",
"account_id": "acc_RGACQH7XdfYhC",
"type": "mortgage",
"mortgage": { "number": "5123564678934" },
"status": "completed",
"error": null,
"created_at": "2024-04-26T22:50:24.724Z",
"updated_at": "2024-04-26T22:50:24.724Z"
}
{
"id": "astv_A8grUi7rzwi9g",
"account_id": "acc_uHDiQGxiR8bqc",
"type": "personal_loan",
"personal_loan": { "number": "87234091345" },
"status": "completed",
"error": null,
"created_at": "2024-04-26T22:50:24.724Z",
"updated_at": "2024-04-26T22:50:24.724Z"
}
{
"id": "astv_N8qBq4Xi6hnMn",
"account_id": "acc_KgNMfWHcBtycK",
"type": "collection",
"collection": { "number": "304576234" },
"status": "completed",
"error": null,
"created_at": "2024-04-26T22:50:24.724Z",
"updated_at": "2024-04-26T22:50:24.724Z"
}
{
"id": "astv_eL2oUu7v1qGw",
"account_id": "acc_R5eT2YzGgQ4k",
"type": "student_loans",
"student_loans": { "number": "399745627183" },
"status": "completed",
"error": null,
"created_at": "2024-04-26T22:50:24.724Z",
"updated_at": "2024-04-26T22:50:24.724Z"
}
{
"id": "astv_k2SqV9Tp0xFc",
"account_id": "acc_f9zN3vxr05sL",
"type": "credit_builder",
"credit_builder": { "number": "593874621059" },
"status": "completed",
"error": null,
"created_at": "2024-04-26T22:50:24.724Z",
"updated_at": "2024-04-26T22:50:24.724Z"
}
{
"id": "astv_x8RqU2sm0zPd",
"account_id": "acc_w4Lk2mBn90tE",
"type": "bnpl",
"bnpl": { "number": "287364519087" },
"status": "completed",
"error": null,
"created_at": "2024-04-26T22:50:24.724Z",
"updated_at": "2024-04-26T22:50:24.724Z"
}
{
"id": "astv_n3WqP7sl4vHy",
"account_id": "acc_d6Pk1sQr84mX",
"type": "fintech",
"fintech": { "number": "540987312654" },
"status": "completed",
"error": null,
"created_at": "2024-04-26T22:50:24.724Z",
"updated_at": "2024-04-26T22:50:24.724Z"
}
{
"id": "astv_b4HqT6vn2cWp",
"account_id": "acc_t7Vm4zQc51dP",
"type": "loan",
"loan": { "number": "170298364517" },
"status": "completed",
"error": null,
"created_at": "2024-04-26T22:50:24.724Z",
"updated_at": "2024-04-26T22:50:24.724Z"
}