PCI Widget

PCI (Payment Card Industry) Widget APIs can be used for processing for specific card accounts.

PCI Widget Endpoints

PCI Widget

This API configures PCI (Payment Card Industry) processing for a specific card account.

API Call Structure

POST ​/programs​/{programCode}​/accounts​/{accountIdentifier}​/pciConfig

Request Body

{
	"activity": "string",
	"successUrl": "string",
	"errorUrl": "string"
}

Sample Response Body

{
	"pciExperienceUrl": "string",
	"responseDetails": [
		{
			"code": 0,
			"subCode": 0,
			"description": "string",
			"url": "string"
		}
	]
}