post https://sandboxapi.givechariot.com/v1/nonprofits
Create a nonprofit organization account.
This is useful for integration partners to use after a nonprofit consents to use the Chariot payment option on their donation forms.
If a nonprofit does not already exist for the EIN, this will return a 201 Created status.
If a nonprofit already exists for the given EIN on the system, this will return a 409 Conflict status.
When integrating this API, it's useful to either handle the 409 error or make a call to the GET v1/nonprofit/{ein} API first to check if it exists prior to creating it.