Creating a recurring payment through the Gift API (permissions issues)

Hi there,

I am currently working on integrating our application with the Gift API to enable recurring payments through our BBMS Integration. We currently integrate with the Payments API for our one-time payment integration.

I had made this post last year asking about this, and am currently working with one of our customer to implement this functionality:

When I try to make the API calls to the Gift API, I am receiving the following response:
[{
"message": "The user does not have permission to perform this operation",
"error_name": "RequestNotFulfilled",
"error_code": 403,
"raw_message": "The user does not have permission to perform this operation",
"error_args": []
}]

Am I missing a permission on my user account, or can this be something else? Any help is much appreciated.

Thanks,

Dylan Hochreiter

Comments

  • As a follow up to this, it seems the issue may be that I do not have access to the customers NXT environment.

    As a result, I have requested access to the Raiser's Edge NXT sandbox so I can continue development.

    I would appreciate any feedback so I know I am on the right path. Thanks!

Categories