A few things does anyone know what the value should be for the test payment gateway payment_gateway as well as can I use my paypal sandbox info in the paypal gateways? Also when I try to create a new subscription I keep getting a 400 bad request response and cannot figure out why. The JSon I'm passing is below as I'm assuming that is the issue because I can make other API calls without issue. It seems to be an issue with the card info because if I set auto_collect false and pass everything else below less the card everything works just fine.
"{"customer_id":"98201000000044001","card":{"card_number":"4111111111111111","cvv_number":"123","expiry_month":"04","expiry_year":"2016","payment_gateway":"paymentspro","first_name":null,"last_name":null,"street":"Test Street","city":"My City","state":"CA","zip":"91942","country":"US"},"plan":{"plan_code":"1234"}}"