chargify / docs.chargify.com

Chargify Documentation
http://docs.chargify.com
14 stars 13 forks source link

Deleting a payment profile via the API #114

Closed wsmoak closed 9 years ago

speric commented 9 years ago

We should add a word about the errors we return if something goes wrong:

JSON:

{
  "errors" => "There was an error deleting the payment profile"
}

XML:

<errors>
  <error>There was an error deleting the payment profile</error>
</error>