AM/TA/Inv - Mark Payment Batch as Executed

Details

/external/v1/payment/batch-executearrow-up-right

Synopsis

Mark Payment Batch as Executed

put

This route is used to trigger the process to mark a list of payments of a given security as executed. It triggers an asynchronous process that will persist this information on the blockchain, which can be monitored using the "Transactions API" endpoints. This endpoint can be invoked if the security is in one of the following statuses: ["active","completed","approved_revert_to_active","closed","cancel_in_progress","canceled","refund_in_progress"]. This endpoint can be invoked by organizations that have at least one of the following roles on this security: ["issuer","service_provider","investor"]. This endpoint can't be invoked if the security is restricted. This endpoint can be called by applications with access to scope "managePayment".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : managePayment
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
Responses
put
/external/v1/payment/batch-execute

Last updated

Was this helpful?