---
url: "https://docs.portone.cloud/docs/cybersource"
title: "Cybersource"
---
# CyberSource Integration [Skip link to CyberSource Integration](https://docs.portone.cloud/docs/cybersource\#cybersource-integration)
### Introduction [Skip link to Introduction](https://docs.portone.cloud/docs/cybersource\#introduction)
Cybersource offers a complete portfolio of online services that simplify and automate payments. Follow this guide to integrate Cybersource Payment Gateway.
* * *
### Supported Countries [Skip link to Supported Countries](https://docs.portone.cloud/docs/cybersource\#supported-countries)
- Philippines 🇵🇭
- Global 🌏
* * *
### Available Payment Methods [Skip link to Available Payment Methods](https://docs.portone.cloud/docs/cybersource\#available-payment-methods)
| Payment Type | Payment Method Key | Currency | Status | Sandbox Availability |
| --- | --- | --- | --- | --- |
| Credit Cards | `CYBERSOURCE_CREDIT_CARD` | PHP,USD | ✅ | ✅ |
* * *
### Miscellaneous Details [Skip link to Miscellaneous Details](https://docs.portone.cloud/docs/cybersource\#miscellaneous-details)
- Refunds are not supported for Cybersource Credit Card method from the merchant dashboard.
- For **Error transaction status**, Kindly use Cybersource Dashboard to verify the status of the transaction and update the correct status on merchant dashboard.
* * *
### Sandbox [Skip link to Sandbox](https://docs.portone.cloud/docs/cybersource\#sandbox)
#### Credentials [Skip link to Credentials](https://docs.portone.cloud/docs/cybersource\#credentials)
##### Philippines [Skip link to Philippines](https://docs.portone.cloud/docs/cybersource\#philippines)
| Key | Value |
| --- | --- |
| Access Key | 519d52b2d72f3f158eaf9f5a60e4f1ca |
| Merchant id | cb202302131 |
| Profile id | 0C5FEB59-2410-4BC8-A460-1352DC9AE582 |
| Secret key | fef457e9011645d086c4463ad4eaabad14c29b810f1c4e56812d0df1a9b92ac6f3050d935fbd4361b3d9c243243355f7c6650fa3bf834377b52263827d3c77fb1d8910fe59ce423ab0525ffbb939bb9638e37f77eb304af5bbce16e390561751ade8aee3fb9e4b09a739d3c53f810e485f990b5e6ea34a72928812160f709c20 |
##### Global [Skip link to Global](https://docs.portone.cloud/docs/cybersource\#global)
| Key | Value |
| --- | --- |
| Access Key | e6097517ae3837489114c4ba6d3633ee |
| Merchant id | cb202307408 |
| Profile id | 71D30335-4237-4907-B304-A7B5761B594B |
| Secret key | 842511f790e840119a85b4cff127202f071ff6a0e5c143b8b122f71c0d0f323895974e9173674e5cbe414e74dac19eb60af2aa78a59849c287b7d6aa116d0a4ac8d10821dec94394bd7aa267be2373ea586302f0fc8a49b199de965c08b8b0efb826763b1df54d58becd0d20f2b5e6d78304e9c80b924fb7aac0b883d9a6cff5 |
* * *
#### Test cards data [Skip link to Test cards data](https://docs.portone.cloud/docs/cybersource\#test-cards-data)
| Card Brand | Card number |
| --- | --- |
| MASTERCARD | 5555 5555 5555 4444 |
| VISA | 4242 4242 4242 4242 |
#### Use following values in embedded JS code to pay via CyberSource channel [Skip link to Use following values in embedded JS code to pay via CyberSource channel](https://docs.portone.cloud/docs/cybersource\#use-following-values-in-embedded-js-code-to-pay-via-cybersource-channel)
JavaScript
```rdmd-code lang-javascript theme-light
"pmt_channel": "CYBERSOURCE",
"pmt_method": { Any of above given payment method keys },
```