| Required role: | REGISUserRole | 
| POST | /Beanstream/Payment/{uuid}/Interac/Create | 
|---|
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| uuid | path | string | No | |
| department | body | string | No | |
| item | body | string | No | |
| amount | body | decimal | No | |
| name | body | string | No | |
| customer_ip | body | string | No | |
| body | string | No | ||
| addr1 | body | string | No | |
| addr2 | body | string | No | |
| city | body | string | No | |
| state | body | string | No | |
| country | body | string | No | |
| code | body | string | No | |
| phone | body | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| redirect_form | form | string | No | 
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Beanstream/Payment/{uuid}/Interac/Create HTTP/1.1 
Host: data.regent-college.edu 
Accept: text/jsv
Content-Type: text/jsv
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
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
	redirect_form: String
}