Transaction Reply


Variable Requirement Type Possible Values Description
pb_response_message_type Optional string json,querystring,xml Format of response message.
pb_response_parse_type Optional string json,querystring,xml,meta,none Response Parse Type
pb_response_url Optional string i.e. https://www.yourdomain.com/response.html Maps URL for success_link, badcard_link, and problem_link
pb_bad_card_url Optional string i.e. https://www.yourdomain.com/badcard.html Fully qualified URL to call after a failed card response is received from the credit card processor. If URL is a script, method will be via a POST. If the URL is a web page, method will be by a GET.
pb_problem_url Optional string i.e. https://www.yourdomain.com/problem.html Fully qualified URL to call after either no response or an error message is received from the credit card processor. If URL is a script, method will be via a POST. If the URL is a web page, method will be by a GET.
pb_success_url Optional string i.e. https://www.yourdomain.com/thankyou.html Fully qualified URL to call after a successful authorization of the credit card is received from the credit card processor. If URL is a script, method will be via a POST. If the URL is a web page, method will be by a GET.
pb_transition_type Optional string get,post,hidden Supersedes the Transition Page settings within Account Settings. - ‘get’ forces Transaction Page w/GET form method. - ‘post’ forces Transaction Page w/POST form method. - ‘hidden’ uses our server’s hidden POST method w/o showing a Transition Page. The hidden POST method is HIGHLY recommended.
pb_transition_template Optional string i.e. deftran Used to specify name of custom transition template to use, when ‘pb_transition_type’ is set to ‘get’ or ‘post’