Virtual Payment API Virtual Sandbox
Interface with Conferma for virtual payment card generation and management.
The Virtual Payment API provides JSON-formatted RPC endpoints for managing virtual payment functions and interfacing with Conferma. It supports card creation, activity tracking, details retrieval, updates, cancellations, BIN lookups, and message queue management.
Use this hosted sandbox to simulate Virtual Payment API APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate virtual card issuance workflows, card activity tracking, BIN validation, and payment message queue processing before integrating with live Conferma-backed payment systems.
Virtual Card(8 operations)
POST
| Header Name | Example |
|---|---|
Authorization* | "aliquip consectetur" |
Message-ID | "ipsum culpa irure" |
Conversation-ID | "ullamco cillum pariatur consectetur adipisicing" |
Application-ID | "Duis nisi irure" |
{
"bookingId": "XH678WY",
"returnActualCardNumber": true,
"orderItems": [
{
"purchaseType": "General",
"accountId": "SABRE123",
"supplierId": "Walmart",
"remarkLines": [
"SABRE-BUSINESS"
],
"customIdentifiers": {
"Cost centre": "QARA86",
"Project Code": "ABC2"
},
"payment": {
"currencyCode": "USD",
"amount": "128.00"
},
"generalPurchase": {
"customer": {
"name": {
"title": "Mr",
"givenName": "John",
"middleName": "W",
"surname": "Smith",
"fullName": "John Smith"
},
"emailAddresses": [
"john@smith.com"
],
"phoneNumbers": [
{
"number": "+1 555 123 9999 ext 101",
"label": "Work"
}
]
},
"paymentStartDate": "2024-07-13",
"paymentEndDate": "2024-07-20"
}
}
]
}{
"orderItemDetails": [
{
"orderItemIndex": 0,
"cardDeploymentId": "11530000",
"virtualCard": {
"providerId": "CONFERMA",
"code": "VI",
"number": "4111111111111111",
"tokenizedNumber": "4111P00XFTVH1111",
"securityCode": "021",
"nameOnCard": "John Doe",
"expirationDate": "01/24",
"bankName": "Citi",
"bankId": "11",
"billingAddress": {
"addressLine1": "3150 Sabre Dr",
"addressLine2": "Office Stop 123",
"cityName": "Southlake",
"stateProvinceName": "Texas",
"stateProvinceCode": "TX",
"postalCode": "76092",
"countryName": "United States",
"countryCode": "US",
"districtName": "Houston",
"countyName": "Austin"
}
},
"paymentReferenceId": "ABC",
"cardHolder": {
"name": {
"title": "Mr",
"givenName": "John",
"middleName": "W",
"surname": "Smith",
"fullName": "John Smith"
}
}
}
],
"timestamp": "2024-11-04T07:36:17.154Z"
}POST
| Header Name | Example |
|---|---|
Authorization* | "Lorem commodo elit minim" |
Message-ID | "aliqua incididunt sunt tempor in" |
Conversation-ID | "ea" |
Application-ID | "non elit ullamco sunt nostrud" |
{
"cardDeploymentIds": [
"11637673"
]
}{
"cardActivityDetails": [
{
"cardDeploymentIndex": 0,
"cardActivities": [
{
"id": "AA",
"name": "American Airlines",
"categoryCode": "4029",
"payment": {
"currencyCode": "USD",
"amount": "128.00"
},
"activityType": "Authorisation",
"transactionDateTime": "2024-07-01T15:48:17",
"cardIssuerDescription": "Authorisation successful by the Card Issuer",
"result": "Authorise"
}
],
"paymentReferenceId": "100001577654"
}
],
"timestamp": "2024-11-04T07:36:17.154Z"
}POST
| Header Name | Example |
|---|---|
Authorization* | "in" |
Message-ID | "dolor exercitation ex" |
Conversation-ID | "qui occaecat dolor non" |
Application-ID | "eu" |
{
"returnActualCardNumber": false,
"cardDeploymentIds": [
"68780512"
]
}{
"virtualCardDetails": [
{
"cardDeploymentIndex": 0,
"purchaseType": "General",
"cardStatus": "Deployed",
"bookingId": "XH678WY",
"payment": {
"currencyCode": "USD",
"amount": "128.00"
},
"virtualCard": {
"providerId": "CONFERMA",
"code": "VI",
"number": "4111111111111111",
"tokenizedNumber": "4111P00XFTVH1111",
"securityCode": "021",
"nameOnCard": "John Doe",
"expirationDate": "01/24",
"bankName": "Citi",
"bankId": "11",
"billingAddress": {
"addressLine1": "3150 Sabre Dr",
"addressLine2": "Office Stop 123",
"cityName": "Southlake",
"stateProvinceName": "Texas",
"stateProvinceCode": "TX",
"postalCode": "76092",
"countryName": "United States",
"countryCode": "US",
"districtName": "Houston",
"countyName": "Austin"
}
},
"customIdentifiers": {
"Cost centre": "QARA86",
"Project Code": "ABC2"
},
"paymentReferenceId": "ABC"
}
],
"timestamp": "2024-11-04T07:36:17.154Z"
}POST
| Header Name | Example |
|---|---|
Authorization* | "ex quis" |
Message-ID | "cupidatat mollit veniam" |
Conversation-ID | "eu sint sunt" |
Application-ID | "id" |
{
"bookingId": "DEMO00",
"updateOrderItems": [
{
"purchaseType": "Hotel",
"cardDeploymentId": "68780763",
"supplierId": "AA",
"customIdentifiers": {
"Cost centre": "QARA86",
"Project Code": "ABC2"
},
"payment": {
"currencyCode": "USD",
"amount": "128.00"
},
"hotelPurchase": {
"guestCount": 1,
"hotelDetails": [
{
"lodgingType": "Lodging Type",
"checkInCity": "Check-in City",
"checkInDate": "2024-07-13",
"checkOutDate": "2024-07-13",
"lengthOfStay": 1,
"referenceNbr": 123,
"providerDetail": {
"id": "Hotel Code",
"name": "Hotel Name",
"siteNote": "Site note",
"contacts": {
"emailAddress": [
"John@somewhere.com"
],
"phoneNumber": [
{
"number": "+1 555 123 9999 ext 101",
"label": "Work"
}
]
}
},
"roomDetails": [
{
"type": "STANDARD_ROOM.",
"rate": "100.00",
"description": "Features include a flat-screen plasma TV with FreeView channels, tea/coffee making facilities and free WiFi.",
"guests": [
{
"isPrimaryInd": false,
"name": {
"title": "Mr",
"givenName": "John",
"middleName": "W",
"surname": "Smith",
"fullName": "John Smith"
},
"address": {
"addressLine1": "3150 Sabre Dr",
"addressLine2": "Office Stop 123",
"city": "Southlake",
"stateProvinceName": "Texas",
"stateProvinceCode": "TX",
"postalCode": "76092",
"countryName": "United States",
"countryCode": "US",
"district": "Houston District Name",
"county": "Austin"
},
"emailAddress": [
"abc@abc.com"
],
"phoneNumber": [
{
"number": "+1 555 123 9999 ext 101",
"label": "Work"
}
]
}
]
}
]
}
]
}
}
]
}{
"orderItemDetails": [
{
"orderItemIndex": 0,
"cardDeploymentId": "11530000",
"virtualCard": {
"providerId": "CONFERMA",
"code": "VI",
"number": "4111111111111111",
"tokenizedNumber": "4111P00XFTVH1111",
"securityCode": "021",
"nameOnCard": "John Doe",
"expirationDate": "01/24",
"bankName": "Citi",
"bankId": "11",
"billingAddress": {
"addressLine1": "3150 Sabre Dr",
"addressLine2": "Office Stop 123",
"cityName": "Southlake",
"stateProvinceName": "Texas",
"stateProvinceCode": "TX",
"postalCode": "76092",
"countryName": "United States",
"countryCode": "US",
"districtName": "Houston",
"countyName": "Austin"
}
},
"paymentReferenceId": "ABC",
"cardHolder": {
"name": {
"title": "Mr",
"givenName": "John",
"middleName": "W",
"surname": "Smith",
"fullName": "John Smith"
}
}
}
],
"timestamp": "2024-11-04T07:36:17.154Z"
}POST
| Header Name | Example |
|---|---|
Authorization* | "et enim veniam" |
Message-ID | "ipsum" |
Conversation-ID | "Lorem" |
Application-ID | "in consectetur" |
{
"cancelOrderItems": [
{
"cardDeploymentId": "68764733"
}
]
}{
"cancelledOrderItems": [
{
"orderItemIndex": 0,
"paymentReferenceId": "01221678640453577090"
}
],
"timestamp": "2024-11-04T07:36:17.154Z"
}POST
| Header Name | Example |
|---|---|
Authorization* | "id occaecat" |
Message-ID | "commodo Ut dolore" |
Conversation-ID | "et in labore" |
Application-ID | "elit mollit" |
{
"getBinOrderItems": [
{
"accountId": "SABREAIRDINERS",
"bookingAirlineCode": "VN",
"supplierId": "testing"
}
]
}{
"getBinDetails": [
{
"orderItemIndex": 0,
"cardCode": "DC",
"cardBin": "360642",
"paymentReferenceId": "01861741859393093341"
}
],
"timestamp": "2025-03-13T04:49:57.000Z"
}POST
| Header Name | Example |
|---|---|
Authorization* | "ex est" |
Message-ID | "irure nostrud incididunt do" |
Conversation-ID | "et nulla fugiat dolore" |
Application-ID | "non in ut fugiat aliquip" |
{
"cardDeploymentIds": [
"68885191"
]
}{
"messageQueueResponseDetails": [
{
"cardDeploymentIdIndex": 0,
"queueRecords": [
{
"deliveryAddress": "441614528798",
"status": "Queued",
"deliveryDate": "2024-07-12T00:00:00.000Z",
"documentType": "Hotel",
"communicationType": "Unknown",
"isOverrideInvoked": false,
"originalDeliveryAddress": "BLR",
"platformName": "WEBPAY",
"trackingStatus": "Unavailable",
"trackingDateTime": "2024-07-12T00:00:00.000Z"
}
],
"paymentReferenceId": "01611741859447661071"
}
],
"timestamp": "2025-03-13T04:50:48.000Z"
}POST
| Header Name | Example |
|---|---|
Authorization* | "qui" |
Message-ID | "et labore qui" |
Conversation-ID | "commodo anim laborum dolor" |
Application-ID | "in et" |
{
"sendFaxItems": [
{
"cardDeploymentId": "68742404",
"faxType": "Hotel",
"faxNumberOption": "SupplierFax",
"declaredNumber": [
{
"number": "+91 9898122309",
"label": "Work"
}
],
"failedFaxEmailAddress": [
"someone@xyz.com"
]
}
]
}{
"sendFaxDetails": [
{
"orderItemIndex": 0,
"isQueued": false,
"paymentReferenceId": "01341741859425811096"
}
],
"timestamp": "2025-03-13T04:50:25.000Z"
}Service Homepage: developer.sabre.com/rest-api/virtual-payment-api/1.1
sabrepaymentsvirtual-cardconfermafinance