I seem to recall when the announcement of the Send an HTTP Request action was first sent out, there was a note that it would work with all API endpoints except the Payments API, but I can't find that language now. Is this still the case? (I'm assuming so because it get an “invalid subscription key” when I try to send a request)
I'm trying to use the Automate Recurring Gift endpoint, but the POST request requires the following in the body of the request:
{
"bbps_configuration_id": "string",
"account_token": "string"
}
Is there a way to get the BBPS Configuration ID and Account Token for the account without using the Payments API?