Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Incorrect Sample Payload #162

Open
tstngdvlp opened this issue Aug 30, 2016 · 0 comments
Open

Incorrect Sample Payload #162

tstngdvlp opened this issue Aug 30, 2016 · 0 comments

Comments

@tstngdvlp
Copy link

In the below URL
API Invoices - Charges

Sample Payload:

{
  "payment": {
    "amount": 10.00,
    "memo": "Lorem ipsum"
  }
}

Needs to be change to this

{
  "charge": {
    "amount": 10.00,
    "memo": "Lorem ipsum"
  }
}
@tstngdvlp tstngdvlp changed the title Incorrect Payload Incorrect Sample Payload Aug 30, 2016
@tstngdvlp tstngdvlp reopened this Aug 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant