Billhighway Cloud API

<back to all web services

AnywhereTokenPaymentRq

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

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

HTTP + CSV

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

POST /anywhere/token/payment HTTP/1.1 
Host: devapi.billhighway.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"Invoices":[{"InvNo":"String","Amount":0}],"TokenId":"String","IntegrationPartnerId":0,"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/csv
Content-Length: length

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