Approve Payment Instructions
The API authorizes one or more forthcoming payment instructions by specifying their IDs. It also enables you to transfer funds to the registered beneficiaries.
PATCH
/payments/payments/approve?id=<payment_id>
Body Parameters - Request
Name
Location
Type
Format / Values
Description
Required
id
url parameter
string
true/false
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