Organizations are entities that people can donate to (such as a church, ministry, etc.). Keep in mind that we verify information that is passed for creating and updating organizations. Most of the sensitive information passed allows us to prevent fraud by doing a background check. Giving Type status: 0 = archived, 1 = active, 2 = hidden
{
"account_id": "user_HYPFilaq8cE",
"name": "joiasdjoif",
"phone_number": "124666346",
"website": "google.com",
"address": {
"street_address": "123 test dr",
"city": "nashville",
"state": "TN",
"postal": "1233",
"country": "US"
},
"giving_types": [
"test",
"test2"
],
"giving_types_full": [
{
"id": "10",
"name": "test",
"status": "2"
},
{
"id": "11",
"name": "test2",
"status": "1"
}
],
"bank": {
"account_number_last4": "6789",
"name": "STRIPE TEST BANK",
"country": "US",
"currency": "USD"
},
"legal": {
"entity_type": "individual",
"first_name": "test",
"last_name": "test",
"date_of_birth": "05\/10\/1985"
}
}