UnApprove Payment Instructions
The API removes approval (one or more) forthcoming payment instructions by specifying the payment instructions' IDs.
DELETE
/payments/payments/approve?id=<payment_id>
Body Parameters - Request
Name
Location
Type
Description
Required
id
url parameter
string
the payment id to approve
Yes
Body Parameters - Response
Name
Type
Format / Values
Description
items
array
object
List of items affected
items[]
object
items[].type
string
type of entity (payment)
items[].id
string
id of payment
items[].result
string
Action result
Request Example
Response Examples
Last updated