post
/me/send-money
Sends money to specified Skrill recipient. Request might get Two Factor Authentication challenge with response code 200 and transaction status SCA_CHALLENGE of 201 with status PROCESSED of the transaction goes unchallenged.
Use the corresponding SCA APIs /api/2fa/v1/sms-challenge and /api/2fa/v1/otp-verify in order to complete send onetime password and verify it.
After validating the OTP challenge for specific transaction, it can be completed by calling the /me/send-money/{slipID}/finalize method.
Authorization
oauth2 - authorizationCode
Request Parameters
1 Header
Request Body
Send money request
Schema
amount
number
Transfer amount
1 validation + required
currency
string
Transfer currency
required
message
string
Recipient message
recipientEmail
string
Recipient email
required
senderAccountId
string
Sender account identifier
required
Responses
When answering SCA challenge is required before completing the transaction.
1 Example
Schema
id
integer
1 validation
scaDetails
object
Strong Customer Authentication challenge event information
1 validation
link
object
status
string
1 validation
Send a Test Request
POST
Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
oauth_access_token