UPI ID type not allowed on google pay - google-pay

I am trying to set up online payment using google pay API on a website.
I set up google pay business account. Then I tried to verify UPI id but I get an error UPI ID type not allowed

Related

UPI Transaction API

Is there any API available for UPI transaction?
Example
Using my UPI ID, can i able to transfer the money to multiple UPI id?
Like if request to money transfer using API then it should be money send to a particular UPI id with zero cost.
MyUPIID->UserUPIId
You can generate a QR code using upi deeplink
Eg:
upi://pay?pa=any#id&pn=somename&amount=10

PayPal API for “not-merchant”/private account

I start up my business so not have documents for business so I create an account personal on Paypal
so can using API or not for a private account can or not?
and I need to create something if client paid by PayPal credit card or Paypal account can't make refund again without my permission
Any suggestions?
You should upgrade to a PayPal Business account.
If you're able to obtain the necessary API credentials via https://www.payapl.com/api , you might be able to receive API-based payments with the account as it currently.
Exact specifics and potential issues can depend on your location and integration method, however--so again, you should upgrade to a PayPal Business account.

Puzzling struggle in Signup to GCP - error [OR-CBAT-09]

The very beginnings on GCP turn out as a real struggle. Just on the signup page (all access $300 free) receiving error message: "This payment method can't be used for recurring payments [OR-CBAT-09]" also the bank account shows "unverified".
What's been tried: signing in on Google pay - trying to enter the verification code: doesn't show any place to enter code from the wire transfer. Also contacting various Google supports by chat (hours :) ) Cloud Billing Support apparently is responsible yet available only to registered users - real dilemma.
Thank you very much for any tips here
Sign up on the Play store and create a merchant account. During the merchant account setup you can enter the test deposit amount which will verify your Bank account.
Sounce: Tried to create a GCP billing account with a German bank as payment method, got [OR-CBAT-09] for two weeks and was given the runabout with the cloud billing support including multiple second-level support escalations. And no, support never made any useful suggestion (we are registered & paying customer).

Detect an invalid paypal email using MassPay Paypal API

I'm using MassPay Paypal API to make payments.
I was able to test it and is working pretty well using sandbox accounts.
The problem is I couldn't find a way to identify if the email that is going to receive money is a valid paypal email.
I tested it using a fake email and money was taken from the payer sandbox account even though the email (the one that should receive the money) doesn't have a paypal account associated, and the API response was as if it was a successful request.
I found this method to get the verification status of an account, but there is no much info in the documentation or any other info that helps me understand if this is what I'm looking for or how to apply it.
You will need an API operation called GetVerifiedStatus API Operation under PayPal adaptive accounts. Refer the below:
https://developer.paypal.com/docs/classic/api/adaptive-accounts/GetVerifiedStatus_API_Operation/
https://developer.paypal.com/docs/classic/adaptive-accounts/gs_AdaptiveAccounts/
Sample API request:
API end point: https://svcs.sandbox.paypal.com/AdaptiveAccounts/GetVerifiedStatus
requestEnvelope.errorLanguage = en_US&emailAddress = email#test.com&firstName = Firstname&lastName = Lastname&matchCriteria = NAME

PayPal REST API Vault - Access existing cards not previously saved via Vault?

If an existing PayPal user has one or more credit cards saved in their PayPal account, and that user is new to my application, are those card details accessible via the Rest API Vault endpoint?
No. When you make a REST call, the end user will be providing you their card data directly. The credit cards in their PayPal account are backup funding sources. While it's possible you could get paid through them, there's no way for you to know because the payment will be shown as their PayPal account only.