PUT PaymentCredential

Request Information

URI Parameters

None.

Body Parameters

PaymentCredential
NameDescriptionTypeAdditional information
credential_id

integer

None.

paypal_scope

string

None.

paypal_access_token

string

None.

paypal_token_type

string

None.

paypal_app_id

string

None.

paypal_expires_id

date

None.

host

string

None.

client_id

string

None.

secret_key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "credential_id": 1,
  "paypal_scope": "sample string 2",
  "paypal_access_token": "sample string 3",
  "paypal_token_type": "sample string 4",
  "paypal_app_id": "sample string 5",
  "paypal_expires_id": "2026-06-04T19:49:38.6423587-07:00",
  "host": "sample string 7",
  "client_id": "sample string 8",
  "secret_key": "sample string 9"
}

application/xml, text/xml

Sample:
<PaymentCredential xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Realty.Model">
  <client_id>sample string 8</client_id>
  <host>sample string 7</host>
  <secret_key>sample string 9</secret_key>
  <credential_id>1</credential_id>
  <paypal_access_token>sample string 3</paypal_access_token>
  <paypal_app_id>sample string 5</paypal_app_id>
  <paypal_expires_id>2026-06-04T19:49:38.6423587-07:00</paypal_expires_id>
  <paypal_scope>sample string 2</paypal_scope>
  <paypal_token_type>sample string 4</paypal_token_type>
</PaymentCredential>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.