Initialize a new session
POST/api/v1/p2p/sessions
Initializes a new session for a P2P operation. This endpoint does not create an operation; it only creates a session required for creating an operation. To create an operation, you need to first call this endpoint to initialize a session, and then use the data from its response to call the Create a new P2P operation endpoint.
This endpoint should be called after obtaining data from the Get available payment method types endpoint, as the information from that response is needed to provide data for this request.
Request
Responses
- 200
Session initialization details