FDMS South Credit Card Partial Authorization Testing Responses for the SCMP API
Input Expected Response
Input (Visa card type only):
amount = 3001
auth_auth_response=0
auth_rcode=1
auth_rflag=SOK
auth_rmsg=Request was processed successfully.
auth_auth_code=123456
auth_auth_amount=3001.00
auth_account_balance=3500.00
auth_account_balance_currency=usd
auth_account_balance_sign=positive
ics_rcode=1
ics_rflag=SOK
ics_rmsg=Request was processed successfully.
Input (Visa card type only):
amount = 3002
auth_auth_response=0
auth_rcode=1
auth_rflag=SOK
auth_rmsg=Request was processed successfully.
auth_auth_code=123456
auth_auth_amount=3002.00
auth_account_balance=10.00
auth_account_balance_currency=usd
auth_account_balance_sign=negative
ics_rcode=1
ics_rflag=SOK
ics_rmsg=Request was processed successfully.
Input (Visa card type only):
amount = 3003
auth_auth_response=0
auth_rcode=1
auth_rflag=SOK
auth_rmsg=Request was processed successfully.
auth_auth_code=123456
auth_auth_amount=3003.00
auth_account_balance=0.00
auth_account_balance_currency=usd
auth_account_balance_sign=positive
ics_rcode=1
ics_rflag=SOK
ics_rmsg=Request was processed successfully.
Input:
amount = 3004
auth_auth_response=0
auth_rcode=0
auth_rflag=SPARTIALAPPROVAL
auth_rmsg=Request was partially approved.
auth_auth_code=123456
auth_auth_amount=2999.00
auth_request_amount=3004.00
auth_request_currency=USD
ics_rcode=0
ics_rflag=SPARTIALAPPROVAL
ics_rmsg=Request was partially approved.
Input:
amount = 3008.00
auth_auth_response=0
auth_rcode=0
auth_rflag=DAVSNO
auth_rmsg=AVS check failed
auth_auth_code=123456
auth_auth_amount=3003.00
auth_request_amount=3008.00
auth_request_currency=USD
auth_auth_avs=N
auth_cv_result=N
ics_rcode=0
ics_rflag=DAVSNO
ics_rmsg=AVS check failed
Input:
amount = 3009.00
auth_auth_response=0
auth_rcode=0
auth_rflag=DCV
auth_rmsg=Card Verification check failed by payment processor. This may still be billed - with possible downgrades - as an auth code is present.
auth_auth_code=123456
auth_auth_amount=3004.00
auth_request_amount=3009.00
auth_request_currency=USD
auth_auth_avs=Y
auth_cv_result=N
ics_rcode=0
ics_rflag=DCV
ics_rmsg=Card Verification check failed by payment processor. This may still be billed - with possible downgrades - as an auth code is present.
Input:
amount = 3010.00
auth_auth_response=0
auth_rcode=0
auth_rflag=SPARTIALAPPROVAL
auth_rmsg=Request was partially approved.
auth_auth_code=123456
auth_auth_amount=3005.00
auth_request_amount=3010.00
auth_request_currency=USD
auth_auth_avs=Y
auth_cv_result=M
ics_rcode=0
ics_rflag=SPARTIALAPPROVAL
ics_rmsg=Request was partially approved.