Enable or disable transactions to OTA
Enable or disable transactions to One Time Addresses (Non Whitelisted addresses). Learn more about One Time Addresses
PUT
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Body
application/json
Set true or false to enable or disable OTA transactions
Response
Successfully updated OTA status
Message indicating the result of the operation for example when no config change is needed
Example:
"No change needed. The current status is false"
Previous
Create payment flow configurationGenerate a new configuration ID to be used for initiating executions in subsequent phases. This configuration should include the operations you intend to incorporate into the workflow, such as TRANSFER, CONVERT, and DISBURSE, in addition to your pre-screening preferences, which are disabled by default.
Next
TypeScript