Discussions

Ask a Question
ANSWERED

API Rate Limiting

Hello,
I am using the API with success but I am having a hard time to understand how the API rate limits requests.

ANSWERED

Vending machine without callback

I want to made a payment from a touch Vending Machine, without use the callback url.

ANSWERED

Prestashop module v1.5.0 doesn't show both the Order Confirmation and the Payment Error screens

Hi,
I write to you because the module, that I have installed on PS v1.6 platform, doesn't show the Order Confirmation message in the last page of the checkout.
When the customer is redirected on the website (after the payment with Satispay), the module shows him an empty page, that seems broken.

ANSWERED

Search Test Shop

Hello,
with the sandbox app I'm able to complete a payment by scanning the qr code generated from our app, now I want to the the payment by searching the shop from the app (customer side) and send the payment but our test shop doesn't appear in the search results list. How can I do?
Regards,

ANSWERED

KeyID for a Chain of Stores

Hi all,
our customer has a chain of stores and a server that manage all of them with our software.
How should I move regarding the keyid? I suppose I need a different keyid for each store, do I? If yes, I need a private/public ke and token for each one of them?
Regards,

ANSWERED

Forbidden, create payment error 403

Hello,
we are trying to execute a payment creation with PHP MATCH_CODE api call but we receive ERROR 403 with following payload:

ANSWERED
ANSWERED

How to set success or failed varibles after Web button flow

I mean this part of the script:
"var satispay = SatispayWebButton.configure({
paymentId: '8f27fbbc-ff4b-45eb-98d0-1cadb3a0afaa',
completed: function() {
// executed on payment success or failure
}
})"

ANSWERED

Callback called when an authorization is revoked.

Hi,
if I remove an automatic payment form the Sandbox app (withdrawal of authorization) I've seen that you call again the callback used to confirm authorization.

ANSWERED