v1

latestOpenAPI 3.1.0Apache 2.02026-07-2265186296.2 KB
Transactions

Create a Meld payment token

Use this endpoint to create long-lasting Meld payment tokens that can be used across service providers. These tokens can replace the payment method provided for future transactions. For more details see this page.

post/payments/tokens

Request body

serviceProvidersstring[]

The service provider(s) to attempt to create tokens with. If successful, the returned Meld payment token will be compatible with each of these providers.

Example request

{
  "paymentMethod": {
    "details": {
      "cvc": "123",
      "number": "4111111111111111"
    }
  }
}

Response

OK