Home Address is not being saved when creating a new Constituent and Payment Method issue

Does anyone know if the SKY Developer Cohort environment is configured not to capture a Home address for a new Constituent when no email is provided—only a valid mailing address? We are using this endpoint = 'https://api.sky.blackbaud.com/constituent/v1/constituents

Additionally, we are implementing the new Blackbaud Checkout, and we’ve noticed that whenever a donor gives using PayPal, Venmo, or Direct Debit, the payment method in the Gift Batch is always recorded as “Credit Card.”

Is this expected behavior in the SKY Developer Cohort environment? Or is it possibly not configured to properly receive and distinguish payment methods such as Direct Debit or PayPal?

Best Answer

  • Oscar Ira
    Answer ✓

    Cancel this inquiry. I figured it out in payload

    POST /constituent/v1/addresses requires the full country name ("United States"), not the ISO code ("US").

Categories