Paymill: Creating transactions

590 Views Asked by At

Until few days ago i used this url to create a transaction:

https://api.paymill.de/v2/transactions?token=XXXX&amount=XXXX&currency=EUR&client=client_XXXX

And now i am getting a error:

Return Message

Error calling API: The remote server returned an error: (403) Forbidden.

I think is something related with the data format.

1

There are 1 best solutions below

0
On

you have to send this as a POST request to the Paymill API. See examples at: https://www.paymill.com/de-de/dokumentation/referenz/api-referenz/#create-new-transaction-with

Also check if your credentials (Private API Key) is valid.

Matthias