regis

<back to all web services

BeanstreamCreditCardPaymentRequest

Requires Authentication
Required role:REGISUserRole
BeanstreamCreditCardPaymentRequest Parameters:
NameParameterData TypeRequiredDescription
uuidquerystringNo
departmentquerystringNo
itemquerystringNo
amountquerydecimalNo
namequerystringNo
customer_ipquerystringNo
emailquerystringNo
addr1querystringNo
addr2querystringNo
cityquerystringNo
statequerystringNo
countryquerystringNo
codequerystringNo
phonequerystringNo
card_numberquerystringNo
card_namequerystringNo
expiry_monthquerystringNo
expiry_yearquerystringNo
cvdquerystringNo
BeanstreamCreditCardCompletionResponse Parameters:
NameParameterData TypeRequiredDescription
uuidformstringNo
idformstringNo
approvedformboolNo
message_idformstringNo
messageformstringNo
order_numberformstringNo
payment_methodformstringNo
card_typeformstringNo
card_last_fourformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsonl/reply/BeanstreamCreditCardPaymentRequest HTTP/1.1 
Host: data.regent-college.edu 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"uuid":"String","department":"String","item":"String","amount":0,"name":"String","customer_ip":"String","email":"String","addr1":"String","addr2":"String","city":"String","state":"String","country":"String","code":"String","phone":"String","card_number":"String","card_name":"String","expiry_month":"String","expiry_year":"String","cvd":"String"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"uuid":"String","id":"String","approved":false,"message_id":"String","message":"String","order_number":"String","payment_method":"String","card_type":"String","card_last_four":"String"}