Create Payin
POST/payins
Create a new Payin resource - accepting funds from a Payer
Live API
Requests run against the live endpoint https://api.yugo.finance/. A sandbox is coming soon.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 422
- 429
- 500
Payin created successfully
Request is malformed or contains invalid syntax
Missing or invalid authentication credentials
The API key is not recognised (invalid or rotated out), or the key is valid but not permitted for the requested operation
The Idempotency-Key was already used with a different request body, or the original request with this key is still in flight — see the Idempotency guide
Request validation failed
Too many requests - rate limit exceeded
Unexpected server error occurred