Execution Request
To execute the payment with the data provided in the session initiation call, send a POST request with the returned sessionId (as sid) and the sign parameter used during session initiation.
URL: POST https://pay.skrill.com/payout
Content-Type: application/json
Execution request parameters
| Name | Required | Format | Description |
|---|---|---|---|
sid | Yes | string | Session identifier returned from the session initiation call. |
sign | Yes | string | Security checksum ensuring the sender of the request is the merchant. |
Example execution request
POST https://payout.skrill.com/json
Content-Type: application/json
{
"sid": "c56acb417b2e22563424373cf58d0137",
"sign": "AD34DF771D38BA82C4F271115675A6C1FFA5642527A50045B8614F57E186F813"
}