VenmoApiDocumentation icon indicating copy to clipboard operation
VenmoApiDocumentation copied to clipboard

Can't send payment

Open brian7989 opened this issue 3 years ago • 2 comments

The /payments endpoint doesn't seem to be working. The response status is 200, but it still won't send a payment.

brian7989 avatar Feb 08 '22 04:02 brian7989

@brian7989 I get a 500 error when I try to use /payments. Every other endpoint works fine.

collindutter avatar Apr 08 '22 00:04 collindutter

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",
....
}

mmohades avatar Jul 13 '22 22:07 mmohades

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

jakevo avatar Jan 07 '23 21:01 jakevo