Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request

Code Block
POST "https://sandboxsecure.gotobilling.com/api/v3/nonce"
Authorization: Basic xxxxxx
accept: application/json
content-type: application/json

...

Code Block
<script src="//sandboxsecure.gotobilling.com/scripts/omnifund/v3"></script>

...

Request

Code Block
POST "https://sandboxsecure.gotobilling.com/api/v3/sources"
Authorization: Basic xxxxxx
accept: application/json
content-type: application/json

{
  "source": "nonce_636ab58d377649ff81ce6616ff688818"
}

...