Is there anything going on with the sandbox? I am able to retreive the existing customer profile, when I attempt to add a payment profile to it I get a 500 error when I execute the controller, IE (vb code);
Dim controller = New createCustomerPaymentProfileController(request)
Try
controller.Execute()
Catch ex As Exception
pErrorMsg = ex.Message ' "The remote server returned an error: (500) Internal Server Error."
End Try
I am connecting using TLS v1.2, so that shouldn't be an issue.
Any suggestions
04-02-2018 12:06 PM
.... aannnddd now it's working ... apparently a temporary issue.
04-03-2018 08:33 AM