You can grab an access token for your own account when you sign in.
HTTP POST
request to the /payments
endpoint. Documentation for that endpoint, including description of the required parameters, can be found here.That's it! If everything is entered correctly, you will get a response telling you the status of the payment and an id that you can use to keep track of it. Feel free to use that access token to explore more of our API. For example, to get some information about your own profile, try using the /me
endpoint. More documentation on that can be found here.