Authorization: Bearer ********************{
"accountId": "32",
"token": "in deserunt mollit",
"card": {
"cardNumber": "Hatchback",
"expYear": "2026",
"expMonth": "January",
"cvv": "199"
},
"owner": {
"name": {
"fullName": "Earnest Pfannerstill"
}
},
"billingAddress": {
"addressLine1": "ad",
"addressLine2": "in",
"city": "Alexandreton",
"state": "North Dakota",
"zipcode": "25630",
"country": "Panama"
}
}curl --location --request POST 'https://api-dev.synswi.com/payment-instruments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "32",
"token": "in deserunt mollit",
"card": {
"cardNumber": "Hatchback",
"expYear": "2026",
"expMonth": "January",
"cvv": "199"
},
"owner": {
"name": {
"fullName": "Earnest Pfannerstill"
}
},
"billingAddress": {
"addressLine1": "ad",
"addressLine2": "in",
"city": "Alexandreton",
"state": "North Dakota",
"zipcode": "25630",
"country": "Panama"
}
}'{}