Hi I'm working on a web application that makes use of the REST API. For this we'll be grabbing payments for a merchant and doing some computations with them. For development and testing I'd like to be able to add some payments to my test merchant but I'm not sure the best way to go about this.
I've tried creating an 'order' using the CreateOrder endpoint, including a payment, but they don't seem to show up when I GET payments. The CreateOrder endpoint, of course, has a body the size of the phone book and there's no real indication of what is required and what all of it is for, so I've tried to stick to the minimum necessary. I get back a response that indicates the order was created without any trouble, but, again, I don't see any payments.
Any advice on the quickest way to get some payments created for my test merchant just so I can do some testing is greatly appreciated.
Thanks!