Error object

{
    "error": {
        "message": "Could not find the requested merchant.",
        "type": "invalid_request_error",
        "code": "resource_missing",
        "param": "merchant"
    }
}
Field
Type
Meaning

message

string

Human readable message.

type

string

Error type one of Types.

code

string

Error code one of Codes.

param

string

Parameter or resource that contain the error.

reason

string

Cause of the error.

Last updated