POST | /anywhere/inperson/nonmember/payment |
---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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: application/json
Content-Type: application/json
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: application/json Content-Length: length {"LastFour":"String","ConfirmationNumber":"String","CardType":"String","NameOnCard":"String","Amount":0,"Notes":"String","Success":false,"IsDuplicate":false,"Message":"String","PaymentConfirmationNumber":0}