HTTP Error code 415 from /payments/v1/checkout/transaction

I'm attempting to call /payments/v1/checkout/transaction with the amount, authorization_token and application_fee but I'm receiving a HTTP status code 415. No idea why, code 415 is not documented in the API docs!

Apparently code 415 means unsupported media type.

I'm setting Content-type: application/x-www-form-urlencoded

Comments

Categories