FROM CACHE - fr_header
Cette communauté a fait place à une assistance de pair-à-pair. L’assistance Shopify ne sera plus proposée pour cette communauté. Nous vous encourageons à entrer en contact avec d’autres marchands et partenaires pour obtenir de l’aide et partager vos expériences ! Veuillez continuer à signaler tout ce qui va à l'encontre de notre Code de conduite ou tout contenu que vous souhaitez faire supprimer.

Retrieving shipping phone number at checkout

Retrieving shipping phone number at checkout

KvnSpy
Shopify Partner
2 0 1

Hello,

 

I'm developing a PHP payment app, redirecting to a third party payment provider.

 

But during  the payment process, after the checkout page, it seems the shipping phone number is not passed into the request. Here is the request object I get :

 

array (
'id' => 'rFLtDq0ak31PF0dh4t3vZUz4p',
'gid' => 'gid://shopify/PaymentSession/rFLtDq0ak31PF0dh4t3vZUz4p',
'group' => 'D2R56Gdzq8MZeFgI6nuNRmWCkB/pS5X16+jsLI6+0wI=',
'amount' => '20.8',
'currency' => 'EUR',
'test' => true,
'proposed_at' => '2023-04-18T08:40:31Z',
'kind' => 'sale',
'payment_method' =>
  array (
    'type' => 'offsite',
    'data' =>
  array (
    'cancel_url' => 'https://my-test-store.myshopify.com/checkouts/c/0c43c0c1946b46bf2099e728fb25fa8e/processing',
  ),
),
'customer' =>
  array (
    'billing_address' =>
      array (
        'given_name' => 'John',
        'family_name' => 'Do',
        'line1' => '40 rue de Moscou',
        'line2' => '4b',
        'city' => 'Paris',
        'postal_code' => '75008',
        'country_code' => 'FR',
      ),
    'shipping_address' =>
      array (
        'given_name' => 'John',
        'family_name' => 'Do',
        'line1' => '40 rue de Moscou',
        'line2' => '4b',
        'city' => 'Paris',
        'postal_code' => '75008',
        'country_code' => 'FR',
      ),
    'email' => 'j.do@gmail.com',
    'locale' => 'en-FR',
  ),
'cancel_url' => 'https://my-test-store.myshopify.com/checkouts/c/0c43c0c1946b46bf2099e728fb25fa8e/processing',
'merchant_locale' => 'en-FR',
)

 when fullfilling the checkout form as this : 

 

Capture d’écran 2023-04-18 à 10.51.18.png

 

 

Note that I correctly get the contact information (should it be email or phone number), but not the shipping one.

 

Any ideas on how to retrieve it ?

0 RÉPONSES 0