I am using omipay library for the payment gateways integration. But I am facing some issues with Cybersource integration.
I am always getting a response like :
Array
(
[access_key] => bd2303b5f3c73bd28fb5783a3bf5e435
[profile_id] => FA9CF5A8-7022-4714-837C-A06F9A4DA4C1
[locale] => en
[transaction_uuid] => 5d96117915d0c
[transaction_type] => sale
[reference_number] =>
[amount] => 25.00
[currency] => USD
[description] =>
[payment_method] => card
[bill_to_forename] => Naresh
[bill_to_surname] => testing
[bill_to_email] =>
[bill_to_phone] =>
[bill_to_address_line1] => New York
[bill_to_address_line2] =>
[bill_to_address_city] => New York
[bill_to_address_state] => ID
[bill_to_address_country] => US
[bill_to_address_postal_code] => 10001
[bill_to_company_name] =>
[signed_date_time] => 2019-10-03T15:19:21Z
[unsigned_field_names] => card_type,card_number,card_expiry_date
[signed_field_names] => access_key,profile_id,locale,transaction_uuid,transaction_type,reference_number,amount,currency,description,payment_method,bill_to_forename,bill_to_surname,bill_to_email,bill_to_phone,bill_to_address_line1,bill_to_address_line2,bill_to_address_city,bill_to_address_state,bill_to_address_country,bill_to_address_postal_code,bill_to_company_name,signed_date_time,unsigned_field_names,signed_field_names
[signature] => rNabsJcNlqaBlKbhxKYe99BHewryBaaCkVJwJS9cpAU=
[card_type] =>
[card_number] => 411111111111112
[card_expiry_date] => 01-2027
)