API Reference
Last updated
Last updated
Pagination is handled by querying the urls returned in pagination.previous_uri and pagination.next_uri or by using the query parameters ending_before and starting_after directly with payment ids. In other words, to see all results keep querying pagination.next_uri until its null.
Optional and for pagination, filters results to those whose id parameters are higher than the id sent
Optional and for pagination, filters results to those whose id parameters are lower than the id sent
Array of payments
Creates a new payment that users can then pay
{"amount":"10.00","currency":"USD"}
{"userId":"0xngmi"}
https://mypage.com/success
https://mypage.com/failure