cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

CIM profile get only seems to return one payment profile id

Using CIM with Ruby on Rails using the authorize.net gem.

 

I created a test customer profile and added multiple cards (payment methods). If I do a subsequent get request for the profile, payment_profile_id resolves to the first payment method id using response.payment_profile_id. I would have expected an array. response.payment_profile_ids resolves to nil. Is there a way to get all of the payment profile ids?

gerryboyd
Member
Who Me Too'd this topic