{
"id": "<string>",
"type": "paymentsetups",
"attributes": {
"owner_name": "<string>",
"status": "<string>",
"allow_off_session": true,
"allow_recurring": true,
"provider_data": {},
"last_error": "<string>",
"activity": "<string>",
"last_charged_at": "<string>",
"created_at": "<string>",
"deleted_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"method": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
}
},
"meta": {
"label": "<string>",
"next_action": {}
}
}