We are using BBMS and SKY API to process transactions. When we create the transaction (
https://developer.sky.blackbaud.com/docs/services/payments/operations/CreateCheckoutTransaction) and receive the transaction details in the response, the Gateway Result Code is not present in the response. This Gateway Result Code is viewable from within BBMS and is necessary for our next step of applying a payment to an order in BB Altru. How do we use the API to get this code from BBMS? Without it, BB Altru will give this error:
Server was unable to process request. ---> Data could not be saved. An authorization code provided by your credit card processor is required when the credit card is not to be processed.
Thanks