500 Error when creating a Recurring Gift

I am trying to make a request with this payload and keep getting “”An error occurred"

{
"amount":{"value":100},
"constituent_id":"redacted",
"gift_splits":[
{
"amount":{
"value":100

},
"fund_id": "1"
}
],
"payments":[
{
"bbps_transaction_id":"redacted"
}
],
"post_status":"DoNotPost",
"recurring_gift_schedule":{
"frequency":"MONTHLY",
"start_date":"2021-10-07T23:22:36Z"
},
"type":"RecurringGift"
}

I need this fixed ASAP. Please let me know how it can be fixed.

Comments

  • Don't you need a payment_method of either CreditCard or DirectDebit in the payments object if bbps_transaction_id is provided?