Delete Payment Token
Header Parameters
Nonce string required
random 16 bytes alphanumerics
Credential string required
Please follow the OpenAPI authentication section
Example: d900da8b-6e16-4a85-8a66-05d29ac53f24/20240501120123/Wonder-RSA-SHA256
Signature string required
Please follow the OpenAPI authentication section
Example: good
Content-type string required
Example: application/json
x-request-id string
Example: {% mock 'uuid' %}
application/json
Request Body
token Payment Token required
Payment Token
Responses
- 200
Response Headers
application/json
Schema
Example (from schema)
Schema
error_code string required
error_message string required
{
"error_code": "string",
"error_message": "string"
}
Loading...