Playground

Prueba la API en vivo

Ejecuta llamadas contra el sandbox sin escribir código.

Request

POST/v1/payments
{
  "source": "acct_123",
  "destination": "acct_456",
  "amount": 1200,
  "currency": "EUR",
  "rail": "SEPA_INSTANT"
}

Response

200 OK
// Pulsa "Ejecutar" para ver la respuesta