v1
latestOpenAPI 3.0.02026-07-262832203.2 KBSession
Create a new Session
post/v1/session
Request body
Example request
{
"CompleteUrl": "https://example.org/return, https://example.org/return?param=12345&hello=world, https://example.org/return/{SessionId}, https://example.org/{SessionId}/return, https://example.org/return?SessionId={SessionId}",
"CancelUrl": "https://example.org/return, https://example.org/return?param=12345&hello=world, https://example.org/return/{SessionId}, https://example.org/{SessionId}/return, https://example.org/return?SessionId={SessionId}",
"BillingProfile": {
"Address": {
"Street": "123 Main St",
"City": "Los Angeles",
"Region": "CA",
"Country": "US",
"Postcode": "90001"
}
},
"ShippingDetails": {
"Address": {
"Street": "123 Main St",
"City": "Los Angeles",
"Region": "CA",
"Country": "US",
"Postcode": "90001"
}
},
"Order": {
"BillingProfile": {
"Address": {
"Street": "123 Main St",
"City": "Los Angeles",
"Region": "CA",
"Country": "US",
"Postcode": "90001"
}
},
"Payment": {
"Method": "VISA, IDEAL, BANK",
"ReturnUrl": "https://example.org/return, https://example.org/return?param=12345&hello=world, https://example.org/return/{SessionId}, https://example.org/{SessionId}/return, https://example.org/return?SessionId={SessionId}",
"Online": {
"Locale": "en-us"
}
},
"ShippingDetails": {
"Address": {
"Street": "123 Main St",
"City": "Los Angeles",
"Region": "CA",
"Country": "US",
"Postcode": "90001"
}
}
}
}Response
Operation Successful
Example response
{
"CompleteUrl": "https://example.org/return, https://example.org/return?param=12345&hello=world, https://example.org/return/{SessionId}, https://example.org/{SessionId}/return, https://example.org/return?SessionId={SessionId}",
"CancelUrl": "https://example.org/return, https://example.org/return?param=12345&hello=world, https://example.org/return/{SessionId}, https://example.org/{SessionId}/return, https://example.org/return?SessionId={SessionId}",
"BillingProfile": {
"Address": {
"Street": "123 Main St",
"City": "Los Angeles",
"Region": "CA",
"Country": "US",
"Postcode": "90001"
}
},
"ShippingDetails": {
"Address": {
"Street": "123 Main St",
"City": "Los Angeles",
"Region": "CA",
"Country": "US",
"Postcode": "90001"
}
},
"Order": {
"BillingProfile": {
"Address": {
"Street": "123 Main St",
"City": "Los Angeles",
"Region": "CA",
"Country": "US",
"Postcode": "90001"
}
},
"Payment": {
"Method": "VISA, IDEAL, BANK",
"ReturnUrl": "https://example.org/return, https://example.org/return?param=12345&hello=world, https://example.org/return/{SessionId}, https://example.org/{SessionId}/return, https://example.org/return?SessionId={SessionId}",
"Online": {
"Locale": "en-us"
}
},
"ShippingDetails": {
"Address": {
"Street": "123 Main St",
"City": "Los Angeles",
"Region": "CA",
"Country": "US",
"Postcode": "90001"
}
}
}
}