SagePayments / Direct-API

0 stars 0 forks source link

PHP sale example not functioning #20

Open markbiek opened 3 years ago

markbiek commented 3 years ago

I've implemented sale.php using my own credentials.

However, when I run the example, I get the following error response

(
    [code] => 100005
    [message] => Missing or invalid Application Identifier
    [info] => https://developer.sagepayments.com/docs/errors#100005
    [detail] => A valid Application ID is required in header parameter clientId.
)

I've verified that the clientId is set in my header array. What else could be going wrong?