Retrieving My Balance #47
Answered
by
mmohades
jackcooney44
asked this question in
Q&A
-
What would be the code for assigning my current venmo balance to a variable? |
Beta Was this translation helpful? Give feedback.
Answered by
mmohades
May 3, 2021
Replies: 1 comment
-
You'd need to get your payment methods and take a look at your Venmo Balance. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mmohades
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'd need to get your payment methods and take a look at your Venmo Balance.
Get payment methods by calling the
get_payment_methods()
function and look for the Venmo Balance in them.