Increment a test-mode authorization
POST {{baseUrl}}/v1/test_helpers/issuing/authorizations/:authorization/increment
Increment a test-mode Authorization.
Request Body
[{"name"=>"increment_amount", "value"=>"<integer>", "datatype"=>"string"}, {"name"=>"expand[0]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[1]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"is_amount_controllable", "value"=>"<boolean>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |