VenmoApiDocumentation
VenmoApiDocumentation copied to clipboard
Can't send payment
The /payments endpoint doesn't seem to be working. The response status is 200, but it still won't send a payment.
@brian7989 I get a 500 error when I try to use /payments. Every other endpoint works fine.
I think there might have been a change in the API schema. Can you try sending the user_id
as a string instead of an int?
{
....,
"user_id": "4696228937479104362",
....
}
I think there might have been a change in the API schema. Can you try sending the
user_id
as a string instead of an int?{ ...., "user_id": "4696228937479104362", .... }
it works thank you