delete https://sandbox.gigwage.com/api/v1/businesses//payments/
Attempts to cancel a payment. Once the debit from the payer's account has been finalized cancelling is not possible.
Responses
400Bad Request
Attempts to cancel a payment. Once the debit from the payer's account has been finalized cancelling is not possible.
400Bad Request
xxxxxxxxxx
require 'httparty'
response = HTTParty.delete(
'https://sandbox.gigwage.com/api/v1/businesses/230/payments/1',
headers: headers_hash
)
puts response.body
​