Payscape

Developers

Build on the Payscape APIs.

Embed payment accounts, IBANs, cards and payments into your product — white-label, API-first, ready to run.

The API

A REST API covering the full embedded-finance stack.

The Payscape API is a single REST interface across accounts, cards, customers, corporates, in-app provisioning and credit transfers. JSON request and response bodies throughout. Standard HTTP status codes and predictable error shapes.

/v1/customers

Create, retrieve and manage customer records and KYC/KYB status

/v1/accounts

Open payment accounts, assign IBANs, query balances

/v1/cards

Issue cards, set controls, retrieve secure card data

/v1/credit-transfers

Send and receive SEPA CT and SEPA Instant transfers

/v1/corporates

Manage entity hierarchies and consolidated balances

/v1/provisioning

Push cards to Apple Pay and Google Pay wallets

Webhook eventsSandbox environmentOpenAPI spec
Payscape REST API · v1
# Create a customer and open a payment account
POST /v1/customers
Authorization: Bearer {token}
# Request body
{
"type": "individual",
"email": "jane.smith@example.com",
"first_name": "Jane",
"last_name": "Smith"
}
→ 201 Created
{
"id": "cus_01JNKX4R8VZWP...",
"status": "pending_verification",
"iban": "IE29PSCP93115212..."
}

Key concepts

What you need to know before you build.

Authentication

All requests are authenticated with a bearer token. Tokens are scoped and short-lived. Refresh via the token endpoint.

Read the docs

Webhooks and events

Subscribe to events — account.created, card.issued, transfer.completed — and receive signed payloads to your endpoint in real time.

Read the docs

Sandbox environment

A full sandbox with simulated accounts, cards and payment flows. No real money. Test the complete integration before going live.

Read the docs

Versioning

API versions are date-stamped. Breaking changes are introduced in a new version with advance notice and a supported migration period.

Read the docs

Access

API or portal — your choice.

Build on the APIs

Embed accounts, IBANs, cards and payments directly into your product. REST APIs with an OpenAPI spec, webhook events for every state change, and a full sandbox to test against — your users stay in your interface throughout.

View the API reference

Operate from the portal

The same capabilities — opening accounts, issuing cards, sending payments — are available from the Control Cloud web interface. No integration required. Some teams build first, then embed; others operate from the portal throughout.

Request a demo

Support

A team of experts to help you integrate.

Payscape's integration team works directly with developers: from your first API call to production go-live. They know the edge cases, the compliance requirements and the platform well enough to unblock you fast. Reach out before you start, or when you're stuck.

Start building.

The API reference covers every endpoint, parameter and response shape. A full sandbox is available with no setup required.