Questions tagged [sumup-payments]

Use this tag for questions about APIs and libraries maintained by SumUp, a mobile payments company.

SumUp APIs allow developers to accept online payments or card payments in their apps. The developer documentation can be found on developer.sumup.com.

Several SumUp libraries and packages are also open-sourced on the sumup-oss GitHub organization, for example SumUp's component library, Circuit UI.

9 questions
2
votes
0 answers

How to get payment Link From SumUp using sumup-ecom-php-sdk?

I am going to get a payment link for our invoice using sumup-ecom-php-sdk. How can I implement my idea? $sumup = new \SumUp\SumUp([ 'app_id' => '...', 'app_secret' => '...', 'grant_type' => 'client_credentials', ]); $checkoutService =…
1
vote
0 answers

Ionic SumUp terminal payment callback not working

I'm working on an Ionic 4 app which have payment process using SumUp I used cordova-plugin-app-launcher plugin to launch the app and it worked very fine, but the problem is the callback doesn't return to my app as they describe in this docs from…
0
votes
0 answers

Most transactions fails when using sumup-card payment widget SDK or REST API v0.2 in sumup

I created checkout page using Payment Widget sdk like the following: