All Questions
130 questions
3
votes
1
answer
85
views
Add additional charge to PayPal payment button
We have attached a PayPal $4 button in our web application. Now we are planning to add addition charge based on location. So What is the best possibility of add the additional charge to the PayPal ...
1
vote
0
answers
51
views
How to be redirected by an API in php?
I am trying to implement payments through Chase Bank APIs (https://developer.chase.com/products/aggregation-consent/).
According to the documentation once I send a GET request I should be redirected ...
0
votes
1
answer
839
views
Header is undefined, typescript
It is a payment method. The headers type is undefined. I am new to typescript and cannot spot the exact error.
Here is the error, it points to the headers in the if condition.
Argument of type '...
0
votes
1
answer
122
views
Sasapay register URL returns error 404. What could be the problem?
Not FoundThe requested resource was not found on this server.
0
votes
1
answer
57
views
Any good solutions to make my existing payment logic more interoperable with PayPal?
I'm working on a project that's using Sofort to accept payments. Sofort strong-arms me into adopting this paradigm:
I send a request to Sofort, containing
a) my API-token (so that Sofort sends the ...
0
votes
1
answer
521
views
STRIPE: updating user's subscription from one to the other with different billing periods
I was integrating stripe with the app that I am building for my company and we have a very specific use case that we have to implement. We are giving subscriptions based service to customers that can ...
0
votes
2
answers
74
views
Having troubles for using CURL and API using PHP
Good day family !
Please help me using this API.
This API is user to get a token see the normal answer :
{'status': True, 'message': 'Success', 'code': 50, 'data': {'token': '...
1
vote
0
answers
615
views
How to integrate payoneer payment method using Laravel
I want to integrate the payoneer payment gateway into my site.
I'm new to this API so I need help here.
2
votes
0
answers
650
views
Send data from POS to API
I am trying to build I tool which will collect all the transactions made by a POS. I dont really know how to get started so I will comment what I am trying to reach and what I have thought already.
...
0
votes
1
answer
1k
views
Stripe charging customer directly from their Credit balance
I am having trouble charging user directly from their Credit balance. I have added some credit balance on stripe customer. Lets take a scenario that my client have 50$ in his credit balance. He/She ...
0
votes
1
answer
187
views
Paypal - Capture Order - TypeError: strtolower(): Argument #1 ($string) must be of type string, int given
I am trying to use PayPal as a payment method on my website. I am using Laravel framework and GuzzleHttp package. Creating an order runs smoothly. Problem comes when trying to capture an order using ...
1
vote
1
answer
836
views
Environment variables, PHP & JavaScript [closed]
I am new to programming and now I am trying to implement a payment api (Paylike). Besides being really confused from its documentation, I was wondering how I can use a .env file such that I have ...
0
votes
1
answer
49
views
How can I avoid the high commission of paypal?
I'm sorry guys,
probably it's not here the right place to talk about that by stackoverflow community is the best and I always find solutions here and not in other sides.
I'm really pissed for this, I ...
0
votes
1
answer
102
views
can't create payment invoice without redirecting
I want to accept money through paypal. I need to send the user a link and get paid. The approval_link link is being created successfully. But it is not possible to pay using the link. I log in using ...
1
vote
0
answers
48
views
Paying with the api and saving the returned result in the database
I am not very experienced in Laravel and I am working on a payment method.
I prepared the payment form. The data I send is approved on the other side, but the confirmation notification gives an error ...