cancel
Showing results for 
Search instead for 
Did you mean: 

Payment Card Address Authorization

Former Member
0 Kudos

Is it possible to configure which partner function is used during credit card authorization? Or is there a user-exit to change the address passed to the external auth software right before sending it?

For example, in some situations, we need to pass the customers home address(that is where their credit card bill goes to) for authorization. This address is stored in a different partner function(not payer or bill-to).

Thanks for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member810095
Participant
0 Kudos

Hello,

the credit card is always asigned to the payer - so that the authorization request will be sent to the clearing house together with the data of the payer. It is the standard case. Unfortunately there is no user exit, which might be used here.

You will need to modify the code in the FM SD_CCARD_AUTH_FILL_COMM_OUT (it prepares the data for transmission) or modify your FM, which is used for

authorization (in the standard - it is CCARD_AUTH_SIMULATION) to get the functionality you need realized.

I hope this information helps you.

Best regards,

Lela