v1
latestOpenAPI 3.0.02026-07-242035712.0 MBAccount
Load Block Unblock
This API enables the blocking and unblocking of financial adjustments to the account using the Load Balance API. It is specifically designed for Prepaid and Debit programs and is not used for Credit card programs.
Blocking financial postings to the account does not affect the authorization flow of the related token(s).
post/pws/pws_block_load/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"flag": 1,
"input_id": 479823917,
"input_type": "a"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"message": "Load block success"
}
}