Out Payment
Create out payment
Get your strong authentication RSA private key from Easypay Backoffice on menu:</br>Web Services->Configuration API 2.0->Keys.
Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">out_payment:create</code>
post/out_payment
Request body
Example request
{
"customer": {
"id": "649e88cf-0b78-4c36-8f99-33f5ebb812a1",
"name": "John Doe",
"email": "john.doe@example.com",
"phone": "911234567",
"phone_indicative": "+351",
"fiscal_number": "PT123456789",
"key": "customer Key Example",
"language": "PT"
},
"schedule_at": "2026-04-24 16:25",
"method": "transfer"
}Response
Created
Example response
{
"status": "ok",
"message": [
"Your request was successfully created"
],
"method": {
"status": "pending"
}
}