I called the the depositPayment method as the way in the docs.
const depositPaymentParamsUSD = { amount: '100.00', currency: 'USD', payment_method_id: 'bc6d7162-d984-5ffa-963c-a493b1c1370b', // ach_bank_account }; authedClient.depositPayment(depositPaymentParamsUSD, callback);
How to solve this?
I called the the depositPayment method as the way in the docs.
const depositPaymentParamsUSD = { amount: '100.00', currency: 'USD', payment_method_id: 'bc6d7162-d984-5ffa-963c-a493b1c1370b', // ach_bank_account }; authedClient.depositPayment(depositPaymentParamsUSD, callback);
How to solve this?