{
"opencollection": "1.0.0",
"info": {
"name": "CyberSource Merged Spec bankAccountValidation Customer API",
"version": "0.0.1"
},
"items": [
{
"info": {
"name": "Customer",
"type": "folder"
},
"items": [
{
"info": {
"name": "Create a Customer",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/tms/v2/customers",
"headers": [
{
"name": "profile-id",
"value": ""
}
]
},
"docs": "| | | |\n| --- | --- | --- |\n|**Customers**
A Customer represents your tokenized customer information.
You should associate the Customer Id with the customer account on your systems.
A Customer can have one or more [Payment Instruments](#token-management_customer-payment-instrument_create-a-customer-payment-instrumentl) or [Shipping Addresses](#token-management_customer-shipping-address_create-a-customer-shipping-address) with one allocated as the Customers default.
**Creating "
},
{
"info": {
"name": "Retrieve a Customer",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/tms/v2/customers/:customerId",
"headers": [
{
"name": "profile-id",
"value": ""
}
],
"params": [
{
"name": "customerId",
"value": "",
"type": "path",
"description": "The Id of a Customer."
}
]
},
"docs": "| | | |\n| --- | --- | --- |\n|**Customers**
A Customer represents your tokenized customer information.
You should associate the Customer Id with the customer account on your systems.
A Customer can have one or more [Payment Instruments](#token-management_customer-payment-instrument_create-a-customer-payment-instrumentl) or [Shipping Addresses](#token-management_customer-shipping-address_create-a-customer-shipping-address) with one allocated as the Customers default.
**Retrievin"
},
{
"info": {
"name": "Update a Customer",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/tms/v2/customers/:customerId",
"headers": [
{
"name": "profile-id",
"value": ""
},
{
"name": "if-match",
"value": ""
}
],
"params": [
{
"name": "customerId",
"value": "",
"type": "path",
"description": "The Id of a Customer."
}
]
},
"docs": "| | | |\n| --- | --- | --- |\n|**Customers**
A Customer represents your tokenized customer information.
You should associate the Customer Id with the customer account on your systems.
A Customer can have one or more [Payment Instruments](#token-management_customer-payment-instrument_create-a-customer-payment-instrumentl) or [Shipping Addresses](#token-management_customer-shipping-address_create-a-customer-shipping-address) with one allocated as the Customers default.| "
},
{
"info": {
"name": "Delete a Customer",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/tms/v2/customers/:customerId",
"headers": [
{
"name": "profile-id",
"value": ""
}
],
"params": [
{
"name": "customerId",
"value": "",
"type": "path",
"description": "The Id of a Customer."
}
]
},
"docs": "| | | |\n| --- | --- | --- |\n|**Customers**
A Customer represents your tokenized customer information.
You should associate the Customer Id with the customer account on your systems.
A Customer can have one or more [Payment Instruments](#token-management_customer-payment-instrument_create-a-customer-payment-instrumentl) or [Shipping Addresses](#token-management_customer-shipping-address_create-a-customer-shipping-address) with one allocated as the Customers default.| "
}
]
}
],
"bundled": true
}