GiroPay,other payments does not show for users in Germany (using PayPal Plus)

ahmadzadeh
Contributor
Contributor

Hi,

I am using a merchant sandbox which has PayPal Plus activated.

When I create a sample payment for a test customer with country code "DE", according to the documentation, it should displays other payment methods like GiroPay, Sofort in the payment method selection, but I only have "PayPal, SEP, Credit Card"

 

Sample Body (Payment Creation) . I use the approval_url to integrate a payment wall on my web view

 

 

 

 

 

 

 

 

 

{
	"intent": "sale",
  "payer": {
    "payment_method": "paypal",
    "payer_info": {
    	
        "first_name": "Test",
        "last_name": "Payer",
	    "billing_address": {
	  		"line1": "Some Street Name here",
			"city":"Berlin",
			"country_code": "DE",
			"postal_code": "0193"
		}
    }
  },...

 

 

 

 

 

 

 

 

 

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.