Replies: 1 comment 8 replies
-
Your default payment method is usually Venmo balance. You can send money like the following using your default payment method. I'd recommend adding money to your Venmo balance and send money like: venmo.payment.send_money(5.0, "thanks for the 🍔", USER_ID) If you want to use your alternative payment methods, like your bank account, then print all the payment methods like the following and choose the right funding id
Use one of the funding ids above, like your bank account, when sending money venmo.payment.send_money(5.0, "thanks for the 🍔", USER_ID, FUNDING_ID) |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ok, so I am receiving an error when I try to do a send_money
This is the error:
There is not enough balance on the default payment method to complete the transaction.
hint: Use other payment methods like
send_money(amount, tr_note, target_user_id, funding_source_id=other_payment_id_here)
or transfer money to your default payment method.
Could please give me an example of how to fill out "(amount, tr_note, target_user_id, funding_source_id=other_payment_id_here)" or tell me how to add balance to my default payment method?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions