Discussions

Ask a Question
Back to All

Include custom headers into redirect_url

Hello,

is there a way to let satispay invoking the redirect_url, exposed by my application, including a custom header inside the request?

My application requires an api_key inside any received request. When satispay redirects to the endpoint that I’ve included in the body of g_business/v1/payments POST request, the api_key is missing.


I’ve tried to include the custom header api_key inside the g_business/v1/payments POST payment request, but when hitting the redirect_url that is present in the satispay response payload, no custom header is present.

Is there a way to include any custom header in the g_business/v1/payments that will be passed to the redirect GET request that will be performed by satispay on payment execution?

Regards,

Giulio