...
A blockCredit blocks the indicated credit (which must have been specified) for further use by the end user.
Idempotent
The idempotent characteristic of this operations ensures calls can be made multiple times without errors.
Authentication
You have a choice to use either the loginHeader or the sessionIDHeader to authenticate. A sessionID can be obtained by performing the login operation beforehand. See operation authentication.
...
Error code | Description | ||
---|---|---|---|
4 | Authorization error | ||
6 | Missing required field(s) | 8 | Record already blocked |
9 | Process validation error | ||
9 | Credit not specified yet |
...
An unblockCredit unblocks the indicated credit (which was blocked before) so it can be used again by the end user.
Idempotent
The idempotent characteristic of this operations ensures calls can be made multiple times without errors.
Authentication
You have a choice to use either the loginHeader or the sessionIDHeader to authenticate. A sessionID can be obtained by performing the login operation beforehand. See operation authentication.
...