Create a new P2P operation
POST/api/v1/agents/operations
Initiates a new P2P operation based on the provided session details.
To create an operation, follow these steps:
-
Select the appropriate method.
-
Create a P2P session using the data from step 2.
-
Obtain the list of required data (payerRequisites) for the operation and collect this information from your customer. The
payerRequisitesobject, which contains the required data for the operation, should be collected by the merchant from their customer and then provided in this method.The payerRequisitesobject template is received by the merchant in the response from step 3. -
Create the operation using the data from step 4.