Billhighway Cloud API

<back to all web services

AnywhereInPersonNonMemberPaymentRq

The following routes are available for this service:
POST/anywhere/inperson/nonmember/payment

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

HTTP + JSV

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

POST /anywhere/inperson/nonmember/payment HTTP/1.1 
Host: devapi.billhighway.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	Invoices: 
	[
		{
			InvNo: String,
			Amount: 0
		}
	],
	EncryptedPaymentData: String,
	UserId: 0,
	ChapId: 0,
	Memo: String,
	ReceiptEmail: String,
	Amount: 0,
	LoggedInUserId: 0,
	DonorInfo: 
	{
		Name: String,
		Email: String,
		AddressLine1: String,
		AddressLine2: String,
		City: String,
		State: String,
		PostalCode: String
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	LastFour: String,
	ConfirmationNumber: String,
	CardType: String,
	NameOnCard: String,
	Amount: 0,
	Notes: String,
	Success: False,
	IsDuplicate: False,
	Message: String,
	PaymentConfirmationNumber: 0
}