TransactionApi and Charge function

Hi

Previously, we have “ChargeAsync” function which was in “TransactionsApi”. This function returned “TransactionId” as result and we used this “TransactionId” for refund.
I see the functions in “TransactionsApi” obsoleted.
My question is which function should be call instead of “ChargeAsync” with “TransactionId”.

Regards

With the Refunds API you’ll pass in the payment_id which is the tender_id that was previously returned with the Transactions API. :slightly_smiling_face:

Hi,
It works.
Thanks