cancel
Showing results for 
Search instead for 
Did you mean: 

DPM response parameters missing

I'm doing an integration with Ruby on Rails 3.2. I'm using the authorize.net gem via the DPM method. Everything posts fine and the callback works as expected. The problem is that the transcation response does not include any of the submitted card fields. The following are missing, but I need:

 

x_card_type

x_account_number

 

Am I missing something horrendously simple?

 

 

loneaggie
Member
2 REPLIES 2

probably an issue with the SDK.

RaynorC1emen7
Expert

I kept investigating and found out that the SDK captures them, but does not forward them to the receipt page. So they must be immediately extracted from the relay response endpoint. So for example you can do sim_response.custom_fields() to get that information before you forward to the receipt url.

loneaggie
Member