Closed jg77merten closed 10 years ago
=======CHECK======== POST /fit_store/redemption Content-Type: application/json { "userID" : "97", "check" : "true", "amount" : "100", "first_name":"Max", "last_name":"Klimchuk", "country":"US", "thoroughfare":"767 5th Ave", "premise":"apt 12", <----OPTIONAL "locality":"New York", "administrative_area":"NY", "postal_code":"10153" } -- response -- {"fitmoo_user_accounting_id":"105","fitmoo_user_redemptions_id":"8"}
=====ACH===== POST /fit_store/redemption Content-Type: application/json { "userID" : "97", "ach" : "true", "bank_rounting_number":"bank_rounting_number", <-OPTIONAL "bank_account_number":"bank_account_number",<-OPTIONAL "bank_account_name":"bank_account_name",<-OPTIONAL "bank_name":"bank_name",<-OPTIONAL "ammount" : "100" } -- response -- {"fitmoo_user_accounting_id":"96","fitmoo_user_redemptions_id":"1"}