Response Structure
Common Response Parameters
code
:timestamp
:transaction_id
:
Successful & Failed Response
All responses from the API server are JSON with the content-type application/JSON. A successful 200 OK response always has a JSON response body except for the DELETE
request. Codes in the 4xx range indicate an error that failed for the information provided (e.g., a required parameter was omitted, a charge failed, etc.), and codes in the 5xx range indicate an error with our servers. You can refer here for different status codes.
Updated 3 days ago