v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Payment Service Provider

Create payment service provider transactions

Creates one or more transactions for a specific payment service provider.

post/api/v1/paymentServiceProviders/{id}/transactions

Path parameters

idstring required

Resource identifier.

Example:17

This is the business account identifier

Request body

Example request

{
  "transactions": [
    {
      "transaction": {
        "vendorKey": "paypal"
      }
    }
  ]
}

Response

Transactions created successfully