SOLUTION PAIEMENT ONEY
50000,
'auto_capture' => true,
'currency' => 'EUR',
'payment_method' => 'oney_x3_with_fees',
'billing' => array(
'title' => 'mr',
'first_name' => 'John',
'last_name' => 'Watson',
'email' => 'john.watson@example.net',
'address1' => '1 rue de la Boetie',
'postcode' => '75008',
'city' => 'Paris',
'country' => 'FR',
'mobile_phone_number' => '+33612345678',
'language' => 'fr'
),
'shipping' => array(
'title' => 'mr',
'first_name' => 'John',
'last_name' => 'Watson',
'email' => 'john.watson@example.net',
'address1' => '1 rue de la Boetie',
'postcode' => '75008',
'city' => 'Paris',
'country' => 'FR',
'language' => 'fr',
'mobile_phone_number' => '+33612345678',
'delivery_type' => 'BILLING',
'company_name' => 'SuperCorp'
),
'payment_context' => array(
'cart' => array(
0 => array(
'delivery_label' => 'Micropple store',
'delivery_type' => 'storepickup',
'brand' => 'Micropple',
'merchant_item_id' => 'REF-123456',
'name' => 'Laser printer',
'expected_delivery_date' => '2030-06-20',
'total_amount' => 22000,
'price' => 11000,
'quantity' => 2
)
)
),
'notification_url' => 'https://example.net/notifications?id=42',
'hosted_payment' => array(
'return_url' => 'https://example.net/return?id=42'
)
));