ClubReady Api

<back to all web services

MakePayment

The following routes are available for this service:
POST/sales/member/{MemberId}/payment/makepaymentMake a Payment for a Member
MakePayment Parameters:
NameParameterData TypeRequiredDescription
ApiKeyquerystringYesApi Key - grants access to resources
StoreIdqueryintegerYesID # of store member belongs to
ChainIdqueryintegerNoID # of chain member belongs to
MemberIdpathintegerYesMember ID of user to make payment for
AmountquerydecimalYesAmount of the payment, including sales tax
InvoicequeryintegerYesInvoice ID to be paid
RestrictedIdbodyint?No
RestrictedResourceTypebodyRestrictedResourceTypeNo
MakePaymentRequest Parameters:
NameParameterData TypeRequiredDescription
UserIdformintNo
AmountformdecimalNo
Invoiceformint[]No
ApiDtoBase Parameters:
NameParameterData TypeRequiredDescription
ApiKeyformstringNo
StoreIdformint?No
ChainIdformint?No
RestrictedResourceType Enum:
Store
Chain
User
Undefined

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

HTTP + JSON

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

POST /sales/member/{MemberId}/payment/makepayment HTTP/1.1 
Host: www.clubready.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"ApiKey":"String","StoreId":0,"ChainId":0,"MemberId":0,"Amount":0,"Invoice":[0],"RestrictedId":0,"RestrictedResourceType":"Chain","UserId":0}