You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Guys,
I am new in omnipay3. I am implementing Moneris gateways. Also I know how to create card object. Can anyone suggest me how to create card reference from credit card details or credit card object on omnipay 3.
My puchase method are as follows:
$response = $gateway->purchase(
[
'orderNumber' => 'ord_111',
'paymentMethod' => 'payment_profile',
'cardReference' => '100948588255',
'amount' => 1.00,
'currency' => 'USD',
'description' => 'Test Purchase',
//'card' => $card,
]
)->send();
Response are as follows: (because card reference not proper)
Hi Guys,
I am new in omnipay3. I am implementing Moneris gateways. Also I know how to create card object. Can anyone suggest me how to create card reference from credit card details or credit card object on omnipay 3.
My puchase method are as follows:
$response = $gateway->purchase(
[
'orderNumber' => 'ord_111',
'paymentMethod' => 'payment_profile',
'cardReference' => '100948588255',
'amount' => 1.00,
'currency' => 'USD',
'description' => 'Test Purchase',
//'card' => $card,
]
)->send();
Response are as follows: (because card reference not proper)
The text was updated successfully, but these errors were encountered: