payment_method_set_fraud_protection
Collection: payment_method_set_fraud_protections
This resource represents a relationship between a payment method set and a fraud protection. To add a fraud protection to a payment method set, you create a payment method set fraud protection resource by sending a POST to the payment_method_set_fraud_protections link relationship of a payment_method_set using the fraud_protection uri from its self link relationship.
Required Scopes
store_full_access payment_settings_read payment_settings_write Actions
Properties (4)
payment_method_set_uri String The full API URI of the payment method set associated with this payment method set fraud protection.
Obtained from the self link relation of a payment_method_set.
fraud_protection_uri String The full API URI of the fraud protection associated with this payment method set fraud protection.
Obtained from the self link relation of a fraud_protection.
date_created String (nullable) · Read-only The date this resource was created.
date_modified String (nullable) · Read-only The date this resource was last modified.
Link Relations (4)
self Payment Method Set Fraud Protection Relationship Example Representation
{
"_links": {
"curies": [
{
"name": "fx",
"href": "https://api.foxycart.com/rels/{rel}",
"templated": true
}
],
"self": {
"href": "https://api.foxycart.com/payment_method_set_fraud_protections/123",
"title": "Payment Method Set Fraud Protection Relationship"
},
"fx:store": {
"href": "https://api.foxycart.com/stores/456",
"title": "This Store"
},
"fx:payment_method_set": {
"href": "https://api.foxycart.com/payment_method_sets/999",
"title": "This Payment Method Set"
},
"fx:fraud_protection": {
"href": "https://api.foxycart.com/fraud_protections/999",
"title": "This Fraud Protection"
}
},
"payment_method_set_uri": "https://api-sandbox.foxycart.com/payment_method_sets/6",
"fraud_protection_uri": "https://api-sandbox.foxycart.com/fraud_protections/2",
"date_created": "2015-05-27T09:04:38-0700",
"date_modified": "2015-05-27T09:04:38-0700"
}