Skip to main content
Create Onboarding WorldPay Processor
curl --request POST \
  --url https://api.revolv3.com/api/onboarding/processors/worldpay \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "processorFields": {
    "username": "nbi33id",
    "password": "jfj@#kfk",
    "transactionDescriptor": "Transaction Descriptor",
    "worldPayMerchantId": "3939393",
    "accountUpdaterId": 2,
    "merchantPhone": "5555555555"
  },
  "currencies": [
    "USD"
  ],
  "merchantId": 1
}'
{
  "objectType": "processorConfig",
  "merchantProcessorId": 1,
  "processorId": 3,
  "processorName": "WorldPay",
  "merchantId": 1,
  "processorFields": {
    "username": "nbi33id",
    "password": "jfj@#kfk",
    "transactionDescriptor": "Transaction Descriptor",
    "worldPayMerchantId": "3939393",
    "accountUpdaterId": 2,
    "merchantPhone": "5555555555"
  },
  "currencies": [
    "USD"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

currencies
string[] | null
merchantId
integer
worldPayOnboardingConfiguration
object

Response

Created

objectType
string | null
merchantProcessorId
integer
processorId
integer
processorName
string | null
merchantId
integer
processorFields
object
currencies
string[] | null