Can I see requests and responses in various cases?

Published on · Updated on

Can I see requests and responses in various cases?

Yes. The API docs have an Examples section with real request/response pairs:

  • Standard SCT.
  • SCT Inst.
  • SDD CORE FRST.
  • SDD CORE RCUR.
  • SDD B2B.
  • Errors (400, 401, 422, 429, 5xx).
  • Webhooks.

Each example comes with the equivalent curl and Python/Node snippet.

Conclusion

To handle edge cases, copy the example closest to yours and adapt.


Frequently Asked Questions

Are there webhook examples?
Yes, with HMAC SHA-256 signature verification and typical `conversion.completed` and `conversion.failed` payloads.
What if I get 429?
Rate limit. Wait the `Retry-After` header and retry.
Can I test without paying?
Request a sandbox API key: unlimited calls, files tagged as `TEST`.

Read the API documentation

Try it now →
Was this article helpful?

Related articles