Decline an authorization
POST {{baseUrl}}/v1/issuing/authorizations/:authorization/decline
Declines a pending Issuing Authorization
object. This request should be made within the timeout window of the real time authorization flow.
You can also respond directly to the webhook request to decline an authorization (preferred). More details can be found here.
Request Body
[{"name"=>"expand[0]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[1]", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |