v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBOrchestration payments
Post action to orchestration payment
Posts action into the Orchestration service.
post/v4/orchestration/payment/action
Request body
Example request
{
"unique_reference_number": "310000015",
"status": "SUBSTATE",
"notification_type": "PARTNER_SUBSTATE",
"output": {
"sub_state": "AMENDED",
"memo": "Last name must be corrected",
"info": {
"last_name": "Gonzales"
}
}
}Response
Successfully posted action.
Example response
{
"unique_reference_number": "00310000015"
}