Blackbaud checkout create transaction issue

We are integrating with the SKY API Checkout transaction endpoint:

POST https://api.sky.blackbaud.com/payments/v1/checkout/transaction

Request body:

{

"amount": 100,

"authorization_token": "<token>"

}

Response:

{

"error": "ChargeTransactionNullArgument",

"message": "Transaction is required."

}

Could you confirm the expected request structure for this endpoint and whether any additional fields or headers are required?

Answers

Categories