Merchants
A merchant is an initiator of Payment Requests . A Merchant has Merchant Configs which define the payment methods available for a Payment Request.
Merchant Model
Attributes
Onboarding Statuses
Status | Description | Allowed Reasons |
---|---|---|
applied | Identifies merchants that have registered to be activated for the Centrapay service. | |
provisioning | Identifies merchants that are in the process of being activated for the Centrapay service. | |
active | Identifies merchants that have been activated for Centrapay services successfully (i.e. they have successfully created a Payment Request). | |
deactivated | Identifies merchants that have been de-registered for the Centrapay service. | duplicate, data-quality-issues, no-response, change-of-ownership, centrapay-discontinued. |
on-hold | Identifies merchants that have been placed on hold. | seasonal-business-closure, incompatible-terminal, no-response |
Onboarding Status Reasons
Reason | Description |
---|---|
duplicate | The merchant already exists in the Centrapay system. |
data-quality-issues | Data quality issues are preventing the merchant from onboarding. |
no-response | No response has been received from the merchant. |
change-of-ownership | The merchant has changed ownership. |
centrapay-discontinued | The merchant is no longer using Centrapay. |
seasonal-business-closure | The merchant has closed temporarily. |
incompatible-terminal | The merchant does not have any compatible terminals. |
Settlement Config Model
Attributes
-
bankAccountId
string
Merchant Search Result Model
Attributes
-
id
string -
name
string -
acceptedAssets
array -
location
location
Accepted Asset Model
Attributes
-
assetType
string -
products
object
Product Model
Attributes
-
id
string
Create Merchant
This endpoint allows you to create a Merchant.
Attributes
-
accountId
string required -
name
string required -
country
string required -
test
boolean required -
settlementConfig
object -
type
string -
location
location -
categoryCode
string
Errors
-
BANK_ACCOUNT_MISMATCH
403 -
ACCOUNT_REGION_MISMATCH
403
curl -X POST \ https://service.centrapay.com/api/merchants \ -H 'content-type: application/json' \ -H 'x-api-key: <TOKEN>' \ -d '{ "accountId": "C4QnjXvj8At6SMsEN4LRi9", "name": "Centrapay Cafe Auckland", "country": "NZ", "test": false}'
{ "id": "5ee0c486308f590260d9a07f", "accountId": "C4QnjXvj8At6SMsEN4LRi9", "name": "Centrapay Cafe Auckland", "country": "NZ", "test": false, "onboardingStatus": "applied", "createdAt": "2021-11-12T01:17:46.499Z", "updatedAt": "2021-11-12T01:17:46.499Z", "createdBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey", "updatedBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey"}
Get Merchant
This endpoint allows you to retrieve a Merchant by id.
curl -X GET \ https://service.centrapay.com/api/merchants/5ee0c486308f590260d9a07f \ -H 'x-api-key: <TOKEN>'
{ "id": "5ee0c486308f590260d9a07f", "accountId": "yqwyya0rzz3vvshqw0474u89xtj5fn", "name": "Parisian - Brown", "test": false, "country": "AD", "onboardingStatus": "applied", "createdAt": "2021-11-12T01:17:46.499Z", "updatedAt": "2021-11-12T01:17:46.499Z", "createdBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey", "updatedBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey"}
List Merchants for Account
This endpoint allows you to retrieve a paginated list of Merchants attached to an Account.
curl -X GET \ https://service.centrapay.com/api/accounts/Jaim1Cu1Q55uooxSens6yk/merchants \ -H 'x-api-key: <TOKEN>'
{ "items": [ { "accountId": "Jaim1Cu1Q55uooxSens6yk", "country": "BT", "id": "5f6bf6ff81552101f8ff6122", "name": "Adams, Runolfsdottir and Botsford", "test": true, "onboardingStatus": "applied", "createdAt": "2021-11-12T01:17:46.499Z", "updatedAt": "2021-11-12T01:17:46.499Z", "createdBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey", "updatedBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey" }, { "accountId": "Jaim1Cu1Q55uooxSens6yk", "country": "GM", "id": "5f6bf6ff81552101f8ff6123", "name": "Vandervort Inc", "test": false, "onboardingStatus": "applied", "createdAt": "2021-11-12T01:17:46.499Z", "updatedAt": "2021-11-12T01:17:46.499Z", "createdBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey", "updatedBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey" } ]}
Update Merchant
This endpoint allows you to update a Merchant.
Attributes
-
name
string -
settlementConfig
object -
location
location -
categoryCode
string
Errors
-
BANK_ACCOUNT_MISMATCH
403
curl -X PUT \ https://service.centrapay.com/api/merchants/5ee0c486308f590260d9a07f \ -H 'content-type: application/json' \ -H 'x-api-key: <TOKEN>' \ -d '{ "name": "Centrapay Café", "location": { "lat": "-36.8483579", "lng": "174.7725834", "city": "Auckland", "postCode": "1010", "country": "NZ" }, "settlementConfig": { "bankAccountId": "WRhAxxWpTKb5U7pXyxQjjY" }}'
{ "id": "5ee0c486308f590260d9a07f", "accountId": "yqwyya0rzz3vvshqw0474u89xtj5fn", "name": "Centrapay Café", "test": false, "country": "NZ", "onboardingStatus": "applied", "location": { "lat": "-36.8483579", "lng": "174.7725834", "city": "Auckland", "postCode": "1010", "country": "NZ" }, "settlementConfig": { "bankAccountId": "WRhAxxWpTKb5U7pXyxQjjY" }, "createdAt": "2021-09-12T01:11:22.491Z", "updatedAt": "2021-11-12T01:17:46.499Z", "createdBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey", "updatedBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey"}
Set Merchant Onboarding Status
This endpoint allows you to set the onboarding status of a Merchant.
Attributes
-
onboardingStatus
string required -
onboardingStatusReason
string
curl -X POST \ https://service.centrapay.com/api/merchants/5ee0c486308f590260d9a07f/set-onboarding-status \ -H 'content-type: application/json' \ -H 'x-api-key: <TOKEN>' \ -d '{ "onboardingStatus": "deactivated", "onboardingStatusReason": "change-of-ownership"}'
{ "type": "set-onboarding-status", "onboardingStatus": "deactivated", "onboardingStatusReason": "change-of-ownership", "merchantId": "MhocUmpxxmgdHjr7DgKoKw", "createdAt": "2021-09-12T01:11:22.491Z", "createdBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey", "activityNumber": "2"}
Search Merchants
Returns a paginated response of Merchant Search Results that match the search query. This endpoint does not require Auth .
Query Parameters
Attributes
-
origin
string -
distance
number -
asset
string -
name
string -
pageKey
string -
paginationLimit
string
curl -X GET \ 'https://service.centrapay.com/api/merchants/search?origin=123.42%2C32.22&distance=100&asset=epay.main%2C37873&pageKey=10&paginationLimit=10' \ -H 'x-api-key: <TOKEN>'
{ "totalItems": 100, "items": [ { "id": "M001", "name": "Store 1", "acceptedAssets": [ { "assetType": "centrapay.nzd.main" }, { "assetType": "epay.main" }, { "assetType": "centrapay.token.main", "products": [ { "id": "Xv990BzkgfoDS7bBls50pd" } ] } ], "location": { "lat": "123.45", "lng": "32.21", "city": "Auckland", "country": "NZ", "postCode": "1234", "state": "Auckland", "street": "2 Street Street", "suburb": "Place" } } ], "nextPageKey": "20"}
List Merchants deprecated
Returns a paginated list of Merchants which belong to the authenticated subject.
curl -X GET \ https://service.centrapay.com/api/merchants \ -H 'x-api-key: <TOKEN>'
{ "items": [ { "accountId": "3xsjxxwmnpkunjbcpekyekc84rzxr4", "country": "BT", "id": "5f6bf6ff81552101f8ff6122", "name": "Adams, Runolfsdottir and Botsford", "test": true, "onboardingStatus": "applied", "createdAt": "2021-11-12T01:17:46.499Z", "updatedAt": "2021-11-12T01:17:46.499Z", "createdBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey", "updatedBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey" }, { "accountId": "3xsjxxwmnpkunjbcpekyekc84rzxr4", "country": "GM", "id": "5f6bf6ff81552101f8ff6123", "name": "Vandervort Inc", "test": false, "onboardingStatus": "applied", "createdAt": "2021-11-12T01:17:46.499Z", "updatedAt": "2021-11-12T01:17:46.499Z", "createdBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey", "updatedBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey" }, { "accountId": "3xsjxxwmnpkunjbcpekyekc84rzxr4", "country": "MZ", "id": "5f6bf6ff81552101f8ff6124", "name": "West, O'Reilly and Huels", "test": true, "onboardingStatus": "applied", "createdAt": "2021-11-12T01:17:46.499Z", "updatedAt": "2021-11-12T01:17:46.499Z", "createdBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey", "updatedBy": "crn:WIj211vFs9cNACwBb04vQw:api-key:MyApiKey" } ]}