I can’t see App feature options to save PayPal Payment Method Tokens API

MchFresh
Contributor
Contributor
Hey guys, I have create an App and want to add the feature ,,Add PayPal Account“. So the customer can login and after the order (in this case rent e.g. like a E-Scooter) he will get automatically charged. I want to save PayPal with PayPal Method Tokens API and get the following instructor: Save PayPal with Payment Method Tokens API 1.Log in to the Developer Dashboard. 2.Under REST API apps, select your app name. 3. Under Sandbox App Settings &gt; App Feature Options, check Accept payments. 4.Expand Advanced options. Confirm that Vault is selected. <a href="https://developer.paypal.com/beta/vault/purchase-later/paypal/" target="_blank">https://developer.paypal.com/beta/vault/purchase-later/paypal/</a> But the problem is I can’t see App feature options. And if I want to call the API an error occur: POST ' <a href="https://api-m.sandbox.paypal.com/v2/checkout/orders" target="_blank">https://api-m.sandbox.paypal.com/v2/checkout/orders</a>'; requestBody:{"purchase_units":[{"payee":{"email_address":"sb-rhjbg@busin.com","merchant_id":"VX62786QLLY2L"},"amount":{"value":1,"currency_code":"EUR"}}],"payment_source":{"paypal":{"vault_id":"b6e7s8te"}},"intent":"CAPTURE"} responseBody: {"name":"UNPROCESSABLE_ENTITY","details":[{"issue":"PAYEE_ACCOUNT_INVALID","description":"Payee account specified is invalid. Please check the `payee.email_address` or `payee.merchant_id` specified and try again. Ensure that either `payee.merchant_id` or `payee.email_address` is specified."}],"message":"The requested action could not be performed, semantically incorrect, or failed business validation.","debug_id":"29ca9dfc8d3f4","links":[{"href":"<a href="https://developer.paypal.com/docs/api/orders/v2/#error-PAYEE_ACCOUNT_INVALID" target="_blank">https://developer.paypal.com/docs/api/orders/v2/#error-PAYEE_ACCOUNT_INVALID</a>","rel":"information_link","method":"GET"}]} Please help. Thanks and Best regards.
Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.