Secure Payments API OBO Token
General
Authentication through an OBO token is one of the payment profile options available through the Secure Payments (formerly PCI Wallet) API.
OBO Token
Credentials used to create a credit card or checking account profile are not the same credentials obtained via Authentication. The payment profile creation uses a single token for authentication. This token can only be used to authenticate requests made to create or edit Credit Cards and/or Checking Accounts. This token is called “On Behalf Of” token, or OBO for short.
To obtain an OBO token:
Request:
curl -X POST --header 'Content-Type: application/json' --header
'Accept: application/json' --header 'secret: your-secret' --header
'authorization: your-token' 'https://pciwallet.simnang.com/api/users/obo-token'
Response:
{
"token": "your-obo-token"
}